summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2010-02-05 10:53:40 +0800
committerRay Chen <raychen@google.com>2010-02-08 15:42:15 +0800
commit550f04e9cf356b5be7436447d53172895c8407b8 (patch)
tree26f3bc9146ee40fee6b9cf088669d22eecbbd8d0 /AndroidManifest.xml
parente978fed2db93d98fce576dc873afd53e6469b595 (diff)
downloadpackages_apps_LegacyCamera-550f04e9cf356b5be7436447d53172895c8407b8.zip
packages_apps_LegacyCamera-550f04e9cf356b5be7436447d53172895c8407b8.tar.gz
packages_apps_LegacyCamera-550f04e9cf356b5be7436447d53172895c8407b8.tar.bz2
Fix issue 2340332 Inconsistent UI between review mode in Camera app and album view in Gallery app
http://b/2340332
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ec72fb7..2e642e7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -58,13 +58,6 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
- <activity android:name="ReviewImage"
- android:label="@string/view_label"
- android:theme="@style/CustomTheme"
- android:screenOrientation="behind"
- android:configChanges="orientation|keyboardHidden"
- android:exported="true">
- </activity>
</application>
</manifest>