summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-10-08 15:00:39 -0700
committernicolasroard <nicolasroard@google.com>2012-10-08 15:02:58 -0700
commit86a39f04ab1672b7d9a882aa6c81bbd3f055cbe6 (patch)
treefd61d5b6cffd2923f6a262037ce4ccaffb2ac510 /AndroidManifest.xml
parent4ee7bf458b2b7c869009ff0e7960d5874ec94199 (diff)
downloadandroid_packages_apps_Snap-86a39f04ab1672b7d9a882aa6c81bbd3f055cbe6.tar.gz
android_packages_apps_Snap-86a39f04ab1672b7d9a882aa6c81bbd3f055cbe6.tar.bz2
android_packages_apps_Snap-86a39f04ab1672b7d9a882aa6c81bbd3f055cbe6.zip
Fix the filtershow activity to portrait
bug:7279214 Stop-gap for factory rom. Change-Id: I6073d148dff1016577244cf26c7048ca00d58a54
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 166d75e72..ef16d66ee 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -240,7 +240,8 @@
<activity
android:name="com.android.gallery3d.filtershow.FilterShowActivity"
android:label="@string/title_activity_filter_show"
- android:theme="@android:style/Theme.Holo" >
+ android:theme="@android:style/Theme.Holo"
+ android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.EDIT" />
<category android:name="android.intent.category.DEFAULT" />