From 51726adc25b0b32e79bbf7dd912d5ebb69682767 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Tue, 22 May 2012 22:13:29 -0700 Subject: Lock launcher to portrait on devices less than sw720dp Bug: 6523269 Change-Id: Ic75040257442a7c8486030702961634b54694f44 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 47278bb83..a0ebe6fbb 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -73,7 +73,7 @@ android:stateNotNeeded="true" android:theme="@style/Theme" android:windowSoftInputMode="adjustPan" - android:screenOrientation="nosensor"> + android:screenOrientation="portrait"> -- cgit v1.2.3