summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-09-15 18:21:21 -0700
committerAdam Cohen <adamcohen@google.com>2011-09-15 20:08:40 -0700
commit446e940fc8839173de12f1299b8c24f318d53a3f (patch)
treed1f8556c4c9e62aa29c02c037fbab9d206600270 /AndroidManifest.xml
parentc3665faf4525de78c64e1a98106e12f1c23810c9 (diff)
downloadandroid_packages_apps_Trebuchet-446e940fc8839173de12f1299b8c24f318d53a3f.tar.gz
android_packages_apps_Trebuchet-446e940fc8839173de12f1299b8c24f318d53a3f.tar.bz2
android_packages_apps_Trebuchet-446e940fc8839173de12f1299b8c24f318d53a3f.zip
Locking orientation on phones (issue 4967793)
Change-Id: I6b5fe63547f43c408feea75f35dc0a08d06c258c
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 8382977c3..cfdfe3c21 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -75,7 +75,8 @@
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
android:theme="@style/Theme"
- android:windowSoftInputMode="adjustPan">
+ android:windowSoftInputMode="adjustPan"
+ android:screenOrientation="nosensor">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />