Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11f1e4cd authored by Jon Miranda's avatar Jon Miranda
Browse files

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
parent 879037d8
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -70,9 +70,10 @@
            android:launchMode="singleTask"
            android:launchMode="singleTask"
            android:clearTaskOnLaunch="true"
            android:clearTaskOnLaunch="true"
            android:stateNotNeeded="true"
            android:stateNotNeeded="true"
            android:windowSoftInputMode="adjustPan"
            android:windowSoftInputMode="adjustPan|stateUnchanged"
            android:screenOrientation="nosensor"
            android:screenOrientation="nosensor"
            android:configChanges="keyboard|keyboardHidden|navigation"
            android:configChanges="keyboard|keyboardHidden|navigation"
            android:resizeableActivity="true"
            android:resumeWhilePausing="true"
            android:resumeWhilePausing="true"
            android:taskAffinity=""
            android:taskAffinity=""
            android:enabled="true">
            android:enabled="true">