summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2009-06-19 19:28:47 +0800
committerWu-cheng Li <wuchengli@google.com>2009-06-19 19:38:23 +0800
commit46fc7aeec04021dfc2f4c947649888dbc7408f53 (patch)
tree6152652ebb67d4c76780b0d9027388c1a05e0605 /AndroidManifest.xml
parentc835e377be4ed36abaeed6dcb42e71b6b8690e05 (diff)
downloadLegacyCamera-46fc7aeec04021dfc2f4c947649888dbc7408f53.zip
LegacyCamera-46fc7aeec04021dfc2f4c947649888dbc7408f53.tar.gz
LegacyCamera-46fc7aeec04021dfc2f4c947649888dbc7408f53.tar.bz2
Integrate camcorder review mode to ReviewImage.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2db2e97..44c2f4a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -127,7 +127,14 @@
<category android:name="android.intent.category.SELECTED_ALTERNATIVE" />
</intent-filter>
</activity>
-
+ <activity android:name="ReviewImage"
+ android:label="@string/view_label"
+ android:screenOrientation="behind"
+ android:configChanges="orientation|keyboardHidden">
+ <intent-filter>
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ </activity>
<activity android:name="ViewImage"
android:label="@string/view_label"
android:screenOrientation="behind"