From 9856fcee477d04f51bdbcbfdf632876c6b8a1173 Mon Sep 17 00:00:00 2001 From: Katherine Kuan Date: Wed, 1 Jun 2011 10:24:09 -0700 Subject: New People activity - This is part 1 of bringing up the new People app - Rename ContactBrowserActivity and related XMLs to PeopleActivity - Change Contacts to People app launcher icon - Create new task affinity for phone app activities - Get rid of ContactsFrontDoor activity because it doesn't need to distinguish between Dialtacts and ContactBrowserActivity anymore Change-Id: I8c5e1ed540b294c1bda85409ca1499f88d4459ee --- AndroidManifest.xml | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 596909747..47340a018 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -127,6 +127,7 @@ android:icon="@mipmap/ic_launcher_phone" android:screenOrientation="nosensor" android:enabled="@*android:bool/config_voice_capable" + android:taskAffinity="android.task.contacts.phone" > @@ -171,11 +172,10 @@ - - + @@ -185,15 +185,6 @@ - - - - @@ -298,7 +289,7 @@ @@ -340,7 +331,7 @@ + + android:value=".activities.PeopleActivity" /> -- cgit v1.2.3