Update Launcher3 AndroidManifest.xml to match NexusLauncher.

am: 11f1e4cd96

Change-Id: I55760cfea64c7355c264f3779cf37cbf78ace0a6
This commit is contained in:
Jon Miranda
2017-02-27 22:47:09 +00:00
committed by android-build-merger
+2 -1
View File
@@ -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">