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-11-19 01:08:46 +0000
commit26d4b328ce5040bd6bf635020ad30a43872ebc40 (patch)
treed419d7ca3a308231b94f40978578ec6ed8ea2926 /AndroidManifest.xml
parent27e6c89dbc5bed177baa5d27409cf464b1858312 (diff)
downloadpackages_apps_trebuchet-26d4b328ce5040bd6bf635020ad30a43872ebc40.zip
packages_apps_trebuchet-26d4b328ce5040bd6bf635020ad30a43872ebc40.tar.gz
packages_apps_trebuchet-26d4b328ce5040bd6bf635020ad30a43872ebc40.tar.bz2
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 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">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />