summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-09-04 14:58:56 -0700
committerYorke Lee <yorkelee@google.com>2014-09-04 16:05:42 -0700
commit9d2b6d5bcead8c71e96dcd27bc393e9ee0ec656f (patch)
tree3c30797cc29d1ae63f8f24a748b7358ba515c10d /AndroidManifest.xml
parentc8bd00d2119313e454b2ef55ffaf04db3e257120 (diff)
downloadpackages_apps_Contacts-9d2b6d5bcead8c71e96dcd27bc393e9ee0ec656f.tar.gz
packages_apps_Contacts-9d2b6d5bcead8c71e96dcd27bc393e9ee0ec656f.tar.bz2
packages_apps_Contacts-9d2b6d5bcead8c71e96dcd27bc393e9ee0ec656f.zip
Follow ContactsContract API changes
Bug: 17390425 Change-Id: Ic35a5b599ec347848128d7babfdcd7151ede6a2e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 045768115..3594328ed 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -251,6 +251,7 @@
<intent-filter>
<action android:name="com.android.contacts.action.QUICK_CONTACT" />
+ <action android:name="android.provider.action.QUICK_CONTACT" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/contact" />
<data android:mimeType="vnd.android.cursor.item/person" />