Update Launcher3 AndroidManifest.xml to match NexusLauncher.
am: 11f1e4cd96

Change-Id: I55760cfea64c7355c264f3779cf37cbf78ace0a6
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 418b3a3..3b721ab 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">