summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2009-10-26 00:18:07 -0700
committerOwen Lin <owenlin@google.com>2009-10-29 21:44:06 -0700
commit79bc8acc67097c09907a71c4a5a72ab85eb58087 (patch)
tree568523f07085f8c8ad3839db5d3219d159919f2b /AndroidManifest.xml
parentedafa3e7334aac23c7507afdeeb7c849d95b9d70 (diff)
downloadpackages_apps_LegacyCamera-79bc8acc67097c09907a71c4a5a72ab85eb58087.zip
packages_apps_LegacyCamera-79bc8acc67097c09907a71c4a5a72ab85eb58087.tar.gz
packages_apps_LegacyCamera-79bc8acc67097c09907a71c4a5a72ab85eb58087.tar.bz2
Remove unused code in Camera app.
Change-Id: I7b25fde19a172b6910d0217581cf61152d494a82
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml55
1 files changed, 0 insertions, 55 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index efbaa3d..ec72fb7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -58,21 +58,6 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
- <activity android:name="GalleryPicker" android:label="@string/gallery_picker_label"
- android:configChanges="orientation|keyboardHidden"
- android:icon="@drawable/ic_launcher_gallery"
- android:clearTaskOnLaunch="true"
- android:taskAffinity="android.task.pictures">
- </activity>
- <activity android:name="ImageGallery" android:label="@string/gallery_label"
- android:configChanges="orientation|keyboardHidden"
- android:icon="@drawable/ic_launcher_gallery">
- </activity>
- <activity android:name="CropImage"
- android:process=":CropImage"
- android:configChanges="orientation|keyboardHidden"
- android:label="@string/crop_label">
- </activity>
<activity android:name="ReviewImage"
android:label="@string/view_label"
android:theme="@style/CustomTheme"
@@ -80,46 +65,6 @@
android:configChanges="orientation|keyboardHidden"
android:exported="true">
</activity>
- <activity android:name="ViewImage"
- android:label="@string/view_label"
- android:screenOrientation="behind"
- android:configChanges="orientation|keyboardHidden">
- </activity>
- <activity android:name="MovieView"
- android:label="@string/movieviewlabel"
- android:screenOrientation="landscape"
- android:configChanges="orientation|keyboardHidden"
- android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
- </activity>
- <activity android:name=".DeleteImage"
- android:label="@string/delete_images_message"
- android:theme="@style/Theme.DeleteImageDialog">
- </activity>
-
- <activity android:name="GallerySettings" android:label="@string/preferences_label">
- </activity>
-
- <activity android:name=".Wallpaper"
- android:label="@string/camera_setas_wallpaper"
- android:icon="@drawable/ic_launcher_gallery">
- </activity>
-
- <activity android:name=".PickWallpaper"
- android:label="@string/camera_pick_wallpaper"
- android:icon="@drawable/ic_launcher_gallery">
- </activity>
-
- <!-- We configure a widget by asking to pick a photo, then crop it, and store the config internally -->
- <activity android:name="PhotoAppWidgetConfigure">
- </activity>
-
- <!-- We also allow direct binding where the caller provides a bitmap and
- appWidgetId to bind. We require the permission because this changes our
- internal database without user confirmation. -->
- <activity android:name="PhotoAppWidgetBind" android:exported="true"
- android:theme="@android:style/Theme.NoDisplay"
- android:permission="android.permission.BIND_APPWIDGET" />
-
</application>
</manifest>