summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2017-02-27 14:32:39 -0800
committerJon Miranda <jonmiranda@google.com>2017-02-27 14:32:39 -0800
commit11f1e4cd96502922843d2622c3e8773b0e85736c (patch)
treefb502f1e9362a11bb4f6b8ed0ee8eaca7a09baa3 /AndroidManifest.xml
parent879037d86ac21822c121dfc6543aa918d7b5ca38 (diff)
downloadandroid_packages_apps_Trebuchet-11f1e4cd96502922843d2622c3e8773b0e85736c.tar.gz
android_packages_apps_Trebuchet-11f1e4cd96502922843d2622c3e8773b0e85736c.tar.bz2
android_packages_apps_Trebuchet-11f1e4cd96502922843d2622c3e8773b0e85736c.zip
Update Launcher3 AndroidManifest.xml to match NexusLauncher.
Add stateUnchanged flag to activity windowSoftInputMode. * Original Change-Id: Iad029d1ce327527ae3933c9eca86474be6ba5aa1 Set resizeableActivity to true to enable multi-window for Launcher. * Original Change-Id: I2d17c89db2eb8d60b3393c2abc3b026e5574085d Change-Id: I534f6511e7fd7778cc4469f56527d6452ccbc9a9
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 418b3a373..3b721ab57 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -70,9 +70,10 @@
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
- android:windowSoftInputMode="adjustPan"
+ android:windowSoftInputMode="adjustPan|stateUnchanged"
android:screenOrientation="nosensor"
android:configChanges="keyboard|keyboardHidden|navigation"
+ android:resizeableActivity="true"
android:resumeWhilePausing="true"
android:taskAffinity=""
android:enabled="true">