From d8537a0e1477e0247c6a83efb97cedf0779b07ec Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Wed, 18 Jul 2012 19:02:39 -0700 Subject: Configure task affinity for main Settings activities Change-Id: Iae98093a186a125f21bf807dfb1acc1a1bf4184a --- AndroidManifest.xml | 92 ++++++++++++++++++++++++++--------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f11b84e..fe68a9c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -94,6 +94,7 @@ @@ -114,9 +115,9 @@ @@ -133,11 +134,11 @@ + android:exported="true"> + android:taskAffinity="com.android.settings" + android:parentActivityName="Settings"> @@ -174,9 +175,9 @@ android:exported="true" /> @@ -196,6 +197,7 @@ @@ -206,6 +208,7 @@ @@ -244,8 +247,7 @@ + android:launchMode="singleTask"> @@ -256,7 +258,7 @@ @@ -286,8 +288,7 @@ + android:clearTaskOnLaunch="true"> @@ -296,7 +297,7 @@ @@ -331,7 +332,7 @@ @@ -351,7 +352,7 @@ @@ -396,7 +397,7 @@ @@ -412,7 +413,7 @@ @@ -453,7 +454,7 @@ @@ -490,7 +491,7 @@ @@ -526,7 +527,6 @@ @@ -560,7 +560,6 @@ @@ -590,7 +589,6 @@ @@ -620,7 +618,6 @@ @@ -666,7 +664,7 @@ @@ -687,7 +685,6 @@ @@ -708,7 +704,6 @@ This is for compatibility with old shortcuts. --> @@ -754,6 +749,7 @@ @@ -770,6 +766,7 @@ @@ -787,7 +784,7 @@ @@ -806,7 +803,7 @@ @@ -825,7 +822,6 @@ @@ -871,7 +867,7 @@ @@ -891,7 +887,6 @@ + android:process="com.android.phone"> @@ -929,7 +923,7 @@ @@ -946,6 +940,7 @@ @@ -987,8 +982,7 @@ + android:process="com.android.phone"> @@ -999,6 +993,7 @@ @@ -1059,7 +1054,7 @@ @@ -1075,7 +1070,6 @@ @@ -1090,7 +1084,7 @@ @@ -1110,7 +1104,6 @@ @@ -1217,7 +1210,7 @@ @@ -1248,6 +1241,7 @@ @@ -1258,6 +1252,7 @@ @@ -1331,6 +1326,7 @@ @@ -1341,6 +1337,7 @@ @@ -1367,6 +1364,7 @@ @@ -1394,6 +1392,7 @@ android:theme="@android:style/Theme.Translucent.NoTitleBar" android:configChanges="orientation|keyboardHidden|screenSize" android:label="@string/header_add_an_account" + android:taskAffinity="com.android.settings" android:parentActivityName="Settings$ManageAccountsSettingsActivity"> @@ -1450,6 +1449,7 @@ -- cgit v1.1