summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-11-30 13:32:24 -0800
committerChiao Cheng <chiaocheng@google.com>2012-12-03 11:37:39 -0800
commit82d544d5a50499be26861ed46d9d51dd89710f03 (patch)
tree6160d798bd4ea99cedf45e78e7354feaf261339f /AndroidManifest.xml
parent90db26c1a656c8ce41a9ef3258a46cea1938e0ad (diff)
Further clean-up of PhoneFavoriteFragment in Dialer app.
Moving dependencies of Dialer PhoneFavoriteFragment. Mostly filtering dependencies. Bug: 6993891 Change-Id: I1789580470dd753ffdcb141e5ab827c88369bb3d
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 502184c63..d3ac0eed3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -161,13 +161,13 @@
<!-- Used to filter contacts list by account -->
<activity
- android:name="com.android.contacts.list.AccountFilterActivity"
+ android:name="com.android.contacts.common.list.AccountFilterActivity"
android:label="@string/activity_title_contacts_filter"
android:theme="@style/ContactListFilterTheme"/>
<!-- Used to select display and sync groups -->
<activity
- android:name="com.android.contacts.list.CustomContactListFilterActivity"
+ android:name="com.android.contacts.common.list.CustomContactListFilterActivity"
android:label="@string/custom_list_filter"
android:theme="@style/ContactListFilterTheme"/>