summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-10-18 16:16:36 -0700
committernicolasroard <nicolasroard@google.com>2012-10-18 16:26:16 -0700
commit60d252795f41d0cfe4d0e11b4d1e32d4547368c9 (patch)
treeaa6f8717df464313944b5c9ca8a53e7fb3e67280 /AndroidManifest.xml
parentc6ea040010a0794bc78a43c4522cfb03d9e488e2 (diff)
downloadandroid_packages_apps_Gallery2-60d252795f41d0cfe4d0e11b4d1e32d4547368c9.tar.gz
android_packages_apps_Gallery2-60d252795f41d0cfe4d0e11b4d1e32d4547368c9.tar.bz2
android_packages_apps_Gallery2-60d252795f41d0cfe4d0e11b4d1e32d4547368c9.zip
Handle screen rotation
bug:7328773 Change-Id: I3c03c233a5b5a883963c8fd124c760655fd12bc7
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 58c47fb0d..be6408d6b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -243,8 +243,8 @@
<activity
android:name="com.android.gallery3d.filtershow.FilterShowActivity"
android:label="@string/title_activity_filter_show"
- android:theme="@style/Theme.Gallery"
- android:screenOrientation="portrait">
+ android:theme="@style/Theme.Gallery"
+ android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.EDIT" />
<category android:name="android.intent.category.DEFAULT" />