From a60166386d21aa3e69c77149bc7ae030f385c9b0 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 4 Jun 2012 14:15:42 -0700 Subject: Revert "Lock launcher to portrait on devices less than sw720dp" This reverts commit 51726adc25b0b32e79bbf7dd912d5ebb69682767 Bug: 6580571 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a0ebe6fbb..47278bb83 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -73,7 +73,7 @@ android:stateNotNeeded="true" android:theme="@style/Theme" android:windowSoftInputMode="adjustPan" - android:screenOrientation="portrait"> + android:screenOrientation="nosensor"> -- cgit v1.2.3