summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-08-05 16:03:28 -0700
committerClark Scheff <clark@cyngn.com>2014-08-07 22:51:57 +0000
commit0e378e9dc884a14bc17acda343b927f025cc7f53 (patch)
tree8ae035d8414a5c56449e73aad90785c1cde96456 /AndroidManifest.xml
parent4520e1ef8726b8cb8d7d564cf1e8278ca7d896eb (diff)
downloadpackages_apps_ThemeChooser-0e378e9dc884a14bc17acda343b927f025cc7f53.zip
packages_apps_ThemeChooser-0e378e9dc884a14bc17acda343b927f025cc7f53.tar.gz
packages_apps_ThemeChooser-0e378e9dc884a14bc17acda343b927f025cc7f53.tar.bz2
Lock orientation to portrait.
The current layout is not designed for landscape so we will lock it into portrait until we have UI to accomodate landscape orientation. Change-Id: I15cd3359fa44f964d92909559145c9cab76cc009
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 cac4209..66f1bf7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -29,7 +29,8 @@
android:label="@string/app_name"
android:theme="@style/ThemeChooserTheme"
android:configChanges="themeChange"
- android:launchMode="singleTop">
+ android:launchMode="singleTop"
+ android:screenOrientation="sensorPortrait">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>