Enabling resumeWhilePausing for the Launcher activity.

Bug: 21342101
This commit is contained in:
Winson Chung
2015-06-01 12:38:30 -07:00
parent 5683f87172
commit 761e820ae2

View File

@@ -83,6 +83,7 @@
android:theme="@style/Theme"
android:windowSoftInputMode="adjustPan"
android:screenOrientation="nosensor"
android:resumeWhilePausing="true"
android:enabled="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />