summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-10-30 11:53:22 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-30 11:53:22 -0700
commitc89aaa85ac20cb8a5adfa56b41821ab42f748db2 (patch)
tree815f6d919b63e8f87daf634497768221acf4048d
parent16c19ef7518f5d67b7970eca07f4f50baf695fc1 (diff)
parente1d64777a9a2ecf7ca0d592e5d5d98dc34ff1ec0 (diff)
Merge "Adding missing menu activities to manifest."
-rw-r--r--AndroidManifest.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index baa14fc52..7c39ee5db 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -163,6 +163,18 @@
android:exported="true"
/>
+ <!-- Used to filter contacts list by account -->
+ <activity
+ android:name="com.android.contacts.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:label="@string/custom_list_filter"
+ android:theme="@style/ContactListFilterTheme"/>
+
<receiver android:name=".calllog.CallLogReceiver"
android:enabled="@*android:bool/config_voice_capable">
<intent-filter>