From 446e940fc8839173de12f1299b8c24f318d53a3f Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Thu, 15 Sep 2011 18:21:21 -0700 Subject: Locking orientation on phones (issue 4967793) Change-Id: I6b5fe63547f43c408feea75f35dc0a08d06c258c --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AndroidManifest.xml') 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"> -- cgit v1.2.3