summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPaul Soulos <psoulos@google.com>2014-09-12 10:45:43 -0700
committerPaul Soulos <psoulos@google.com>2014-09-17 23:40:39 +0000
commitfc98ff91106de05bef5b59c3a21ed4ac724847fe (patch)
treef4d4e87c7d741d779d4a242a2dc9b3256bcf7c22 /res/values
parentbb28b10139a0a31c530043067c0a34b8571c0694 (diff)
downloadpackages_apps_Contacts-fc98ff91106de05bef5b59c3a21ed4ac724847fe.tar.gz
packages_apps_Contacts-fc98ff91106de05bef5b59c3a21ed4ac724847fe.tar.bz2
packages_apps_Contacts-fc98ff91106de05bef5b59c3a21ed4ac724847fe.zip
Fixes photo authority issues in Contacts
bug: 17462942 Change-Id: Ie67a2a3643cddff7fe83f1a5571ef027617cfa74
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2d3940763..6a903eca5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -722,4 +722,7 @@
<!-- Prefix for messages that you sent [CHAR LIMIT=40] -->
<string name="message_from_you_prefix">You: <xliff:g id="sms_body">%s</xliff:g></string>
+ <!-- File Authority for the photo picker -->
+ <string name="photo_file_provider_authority">com.android.contacts.files</string>
+
</resources>