diff options
author | Wenyi Wang <wenyiw@google.com> | 2016-04-22 17:52:57 -0700 |
---|---|---|
committer | Wenyi Wang <wenyiw@google.com> | 2016-04-22 17:52:57 -0700 |
commit | 20f9c6643310f405869d47f682c581c2b27d9750 (patch) | |
tree | 2951ecf3f0d363efe650bf2fc5e31b11bbb06a2d | |
parent | fe8da5fc761a4b8d478f24ddb78214db40f48619 (diff) |
Remove AccountFilterActivity from manifest (AOSP Dialer)
And CustomContactListFilterActivity
Bug 27687799
Change-Id: I80432b2225cd9309591a25055c513c556a775251
-rw-r--r-- | AndroidManifest.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8892c24c1..8564c0a27 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -211,18 +211,6 @@ android:exported="true" /> - <!-- Used to filter contacts list by account --> - <activity - 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.common.list.CustomContactListFilterActivity" - android:label="@string/custom_list_filter" - android:theme="@style/ContactListFilterTheme"/> - <activity android:name="com.android.contacts.common.activity.RequestImportVCardPermissionsActivity" android:label="@string/launcherActivityLabel" |