summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-10-04 13:33:50 -0700
committerDianne Hackborn <hackbod@google.com>2009-10-04 13:44:19 -0700
commita8f9a142c496244550b39c52ffc60d2e99f01c9d (patch)
tree24ae12b0dc7b4ece9777148065794159606a7a4e /AndroidManifest.xml
parent542fa8916296196b10d74b439304bd7fc5bf1cef (diff)
downloadpackages_apps_LegacyCamera-a8f9a142c496244550b39c52ffc60d2e99f01c9d.zip
packages_apps_LegacyCamera-a8f9a142c496244550b39c52ffc60d2e99f01c9d.tar.gz
packages_apps_LegacyCamera-a8f9a142c496244550b39c52ffc60d2e99f01c9d.tar.bz2
Work on issue #2163789: Way too much logging
Dr.No from mcleron. Change-Id: I50abca4d0370d6fc7412ec7af6f154965ac23fad
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 823dcd9..6b403fc 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -127,10 +127,8 @@
android:label="@string/view_label"
android:theme="@style/CustomTheme"
android:screenOrientation="behind"
- android:configChanges="orientation|keyboardHidden">
- <intent-filter>
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
+ android:configChanges="orientation|keyboardHidden"
+ android:exported="true">
</activity>
<activity android:name="ViewImage"
android:label="@string/view_label"