From 26d4b328ce5040bd6bf635020ad30a43872ebc40 Mon Sep 17 00:00:00 2001 From: nebkat Date: Wed, 30 Nov 2011 16:28:21 +0000 Subject: Preferences: Hide search bar preference + others - Restart Launcher on preferences changed - Implement "getCurrentOrientation()" Change-Id: I0728824ab994984c1dc798b61efa26b727ca3ea2 --- AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c6ca911..00a9e59 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -75,8 +75,7 @@ android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:theme="@style/Theme" - android:windowSoftInputMode="adjustPan" - android:screenOrientation="nosensor"> + android:windowSoftInputMode="adjustPan"> -- cgit v1.1