summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-09-24 14:24:32 -0700
committerBrian Attwell <brianattwell@google.com>2014-09-24 14:24:32 -0700
commitb26da83495be60be1603d58f8cc54b0d461f7b88 (patch)
treecfdbb0c6a1ec895e126dfec6ed12a45543af4589 /res/values
parent941299831b1ebc255bd97cf0634d8e8d38713a37 (diff)
downloadpackages_apps_Contacts-b26da83495be60be1603d58f8cc54b0d461f7b88.tar.gz
packages_apps_Contacts-b26da83495be60be1603d58f8cc54b0d461f7b88.tar.bz2
packages_apps_Contacts-b26da83495be60be1603d58f8cc54b0d461f7b88.zip
Stop translating photo_file_provider_authority
Move photo_file_provider_authority out of strings.xml Delete all existing translations of this, so we don't need to wait for string push to fix this crash. Bug: 17637260 Change-Id: I50c7062ff0500eb16795c3e33e6dae853384b71f
Diffstat (limited to 'res/values')
-rw-r--r--res/values/donottranslate_config.xml3
-rw-r--r--res/values/strings.xml3
2 files changed, 3 insertions, 3 deletions
diff --git a/res/values/donottranslate_config.xml b/res/values/donottranslate_config.xml
index 5fc4f8970..eda94878f 100644
--- a/res/values/donottranslate_config.xml
+++ b/res/values/donottranslate_config.xml
@@ -42,4 +42,7 @@
<!-- Help URL pointing to editing contacts in People. This is intentionally empty because
the overlay will fill this in during build time. -->
<string name="help_url_people_edit"></string>
+
+ <!-- File Authority for the photo picker -->
+ <string name="photo_file_provider_authority">com.android.contacts.files</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6a903eca5..2d3940763 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -722,7 +722,4 @@
<!-- 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>