summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authornebkat <nebkat@gmail.com>2011-11-30 16:28:21 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-08-06 17:42:49 +0100
commit25ffed506cfaff098462e73f5d4f6c19693f5147 (patch)
treefccb63abc2a90c489480854ddb6f71083bdef174 /AndroidManifest.xml
parent12675a79c0dbc46a4b4edbe50b99c9b43c71d40b (diff)
downloadandroid_packages_apps_Trebuchet-25ffed506cfaff098462e73f5d4f6c19693f5147.tar.gz
android_packages_apps_Trebuchet-25ffed506cfaff098462e73f5d4f6c19693f5147.tar.bz2
android_packages_apps_Trebuchet-25ffed506cfaff098462e73f5d4f6c19693f5147.zip
Preferences: Hide search bar preference + others
- Restart Launcher on preferences changed - Implement "getCurrentOrientation()" Change-Id: I0728824ab994984c1dc798b61efa26b727ca3ea2
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7542bd302..970e3e730 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -74,8 +74,7 @@
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
android:theme="@style/Theme"
- android:windowSoftInputMode="adjustPan"
- android:screenOrientation="nosensor">
+ android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />