From 761e820ae2b5482d1bece87e25525fcd17e23a8a Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Mon, 1 Jun 2015 12:38:30 -0700 Subject: Enabling resumeWhilePausing for the Launcher activity. Bug: 21342101 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'AndroidManifest.xml') 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"> -- cgit v1.2.3