From 1c5248873abb8d5234b25b94de05885ed929f136 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Tue, 23 Jun 2015 18:06:37 -0700 Subject: Ensure that Launcher Activity has an exclusive task -> enforce this at the activity level by giving it an empty affinity -> the system should probably enforce this, so this is a work around for now issue 21880868 Change-Id: Iaba4d87781c7fc82ee6c2838c013e01081cdbf9d --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 03e9bbf8f..873ca32fd 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -83,6 +83,7 @@ android:windowSoftInputMode="adjustPan" android:screenOrientation="nosensor" android:resumeWhilePausing="true" + android:taskAffinity="" android:enabled="true"> -- cgit v1.2.3