commit | 761e820ae2b5482d1bece87e25525fcd17e23a8a | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Mon Jun 01 12:38:30 2015 -0700 |
committer | Winson Chung <winsonc@google.com> | Mon Jun 01 23:04:33 2015 +0000 |
tree | f632f29d798cd1c4c0801106d5e26640e2a9058a | |
parent | 5683f871722254e4e357cf3fb77cd28156278e51 [diff] [blame] |
Enabling resumeWhilePausing for the Launcher activity. Bug: 21342101
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9d8a76a..fce4691 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -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" />