summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeffrey Sharkey <>2009-03-27 17:13:54 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-27 17:13:54 -0700
commitd1d36bab305d52a7bc15bd7364e96a74803b1876 (patch)
treedb3527a2d04feb02fae67ea6f51ca31e4bad4ee5 /AndroidManifest.xml
parent829f56a020a3e2ca851d7e532036b14004bf0234 (diff)
downloadandroid_packages_apps_Trebuchet-d1d36bab305d52a7bc15bd7364e96a74803b1876.tar.gz
android_packages_apps_Trebuchet-d1d36bab305d52a7bc15bd7364e96a74803b1876.tar.bz2
android_packages_apps_Trebuchet-d1d36bab305d52a7bc15bd7364e96a74803b1876.zip
AI 143191: am: CL 142952 Make Launcher norotate to prevent false-positive rotations.
Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 143191
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 272f7c12c..4b1134387 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -71,6 +71,7 @@
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
android:theme="@style/Theme"
+ android:screenOrientation="nosensor"
android:windowSoftInputMode="stateUnspecified|adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />