Update Launcher3 AndroidManifest.xml to match NexusLauncher.
am: 11f1e4cd96
Change-Id: I55760cfea64c7355c264f3779cf37cbf78ace0a6
This commit is contained in:
+2
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user