From d1d36bab305d52a7bc15bd7364e96a74803b1876 Mon Sep 17 00:00:00 2001 From: Jeffrey Sharkey <> Date: Fri, 27 Mar 2009 17:13:54 -0700 Subject: 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 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'AndroidManifest.xml') 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"> -- cgit v1.2.3