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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 272f7c1..4b11343 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" />