summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2009-06-26 19:23:56 +0800
committerChih-Chung Chang <chihchung@google.com>2009-06-29 14:23:04 +0800
commit0e48fe644678ccdbcf8768e19961cccab726291f (patch)
tree880a30601b65033d0d1f66fe73c2ef8b19e0de13 /AndroidManifest.xml
parent145b61a5b2e762b80695e97b22274c7d32c02656 (diff)
downloadLegacyCamera-0e48fe644678ccdbcf8768e19961cccab726291f.zip
LegacyCamera-0e48fe644678ccdbcf8768e19961cccab726291f.tar.gz
LegacyCamera-0e48fe644678ccdbcf8768e19961cccab726291f.tar.bz2
Enable multiselect delete.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 44c2f4a..16fc105 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -135,7 +135,7 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
- <activity android:name="ViewImage"
+ <activity android:name="ViewImage"
android:label="@string/view_label"
android:screenOrientation="behind"
android:configChanges="orientation|keyboardHidden">
@@ -172,6 +172,10 @@
<data android:mimeType="video/3gpp2" />
</intent-filter>
</activity>
+ <activity android:name=".DeleteImage"
+ android:label="@string/delete_images_message"
+ android:theme="@style/Theme.DeleteImageDialog">
+ </activity>
<activity android:name="CameraSettings" android:label="@string/preferences_label">
<intent-filter>