summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-06-01 12:38:30 -0700
committerWinson Chung <winsonc@google.com>2015-06-01 23:04:33 +0000
commit761e820ae2b5482d1bece87e25525fcd17e23a8a (patch)
treef632f29d798cd1c4c0801106d5e26640e2a9058a /AndroidManifest.xml
parent5683f871722254e4e357cf3fb77cd28156278e51 (diff)
downloadandroid_packages_apps_Trebuchet-761e820ae2b5482d1bece87e25525fcd17e23a8a.tar.gz
android_packages_apps_Trebuchet-761e820ae2b5482d1bece87e25525fcd17e23a8a.tar.bz2
android_packages_apps_Trebuchet-761e820ae2b5482d1bece87e25525fcd17e23a8a.zip
Enabling resumeWhilePausing for the Launcher activity.
Bug: 21342101
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9d8a76a5c..fce469114 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" />