Adding missing menu activities to manifest.

The AccountFilterActivity and CustomContactListFilterActivity are needed by
the "Contacts to display" menu option.

Bug: 6993891
Change-Id: I07aefb345bd6a383017a32facbbc5508ff945073
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index baa14fc..7c39ee5 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>