summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authornebkat <nebkat@gmail.com>2011-11-30 16:28:21 +0000
committernebkat <nebkat@gmail.com>2011-12-02 19:57:51 +0000
commitdd90bda0676e315363e576a71af3fb6fd2af70a5 (patch)
treed23122915fcf08afde7ad369092e3cfac167db7b /AndroidManifest.xml
parent11717ad53ff0c5fc13bbead8c2593a49fd7f4ea7 (diff)
downloadandroid_packages_apps_Trebuchet-dd90bda0676e315363e576a71af3fb6fd2af70a5.tar.gz
android_packages_apps_Trebuchet-dd90bda0676e315363e576a71af3fb6fd2af70a5.tar.bz2
android_packages_apps_Trebuchet-dd90bda0676e315363e576a71af3fb6fd2af70a5.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 193542b8f..a07b4453e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -68,8 +68,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" />