summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2015-06-23 18:06:37 -0700
committerAdam Cohen <adamcohen@google.com>2015-06-23 18:08:43 -0700
commit1c5248873abb8d5234b25b94de05885ed929f136 (patch)
tree60ab5831f853d311a3cb52dcd966bcbacd63ee9f
parentb42120300ec622804af2de9c29ce849f96e4de23 (diff)
downloadandroid_packages_apps_Trebuchet-1c5248873abb8d5234b25b94de05885ed929f136.tar.gz
android_packages_apps_Trebuchet-1c5248873abb8d5234b25b94de05885ed929f136.tar.bz2
android_packages_apps_Trebuchet-1c5248873abb8d5234b25b94de05885ed929f136.zip
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
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
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">
<intent-filter>
<action android:name="android.intent.action.MAIN" />