summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWenyi Wang <wenyiw@google.com>2016-03-23 12:19:56 -0700
committerWenyi Wang <wenyiw@google.com>2016-03-23 12:19:56 -0700
commit443398115ed6af793c762135040239fa246408a5 (patch)
treea3a7e6157071d7c1117fa51b00271c56fd1f72ef /res
parent7494e913d7bc044319ff143c02a6b1c108f66dd0 (diff)
downloadandroid_packages_apps_Contacts-443398115ed6af793c762135040239fa246408a5.tar.gz
android_packages_apps_Contacts-443398115ed6af793c762135040239fa246408a5.tar.bz2
android_packages_apps_Contacts-443398115ed6af793c762135040239fa246408a5.zip
Move contacts authority string to Contacts
Contacts, GoogleContacts, Dialer and GoogleDialer can be installed at the same time now. And sharing contacts works well on the 4 apps. Bug 27810589 Change-Id: I07f786967356554e7f3d476ecce06854ab2affd3
Diffstat (limited to 'res')
-rw-r--r--res/values/donottranslate_config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/donottranslate_config.xml b/res/values/donottranslate_config.xml
index eda94878f..1c776ab0e 100644
--- a/res/values/donottranslate_config.xml
+++ b/res/values/donottranslate_config.xml
@@ -45,4 +45,7 @@
<!-- File Authority for the photo picker -->
<string name="photo_file_provider_authority">com.android.contacts.files</string>
+
+ <!-- File Authority for AOSP Contacts files -->
+ <string name="contacts_file_provider_authority">com.android.contacts.files</string>
</resources>