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" />