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
This commit is contained in:
Adam Cohen 2015-06-23 18:06:37 -07:00
parent b42120300e
commit 1c5248873a
1 changed files with 1 additions and 0 deletions

View File

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