summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-06-21 11:30:49 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-06-21 11:38:13 -0700
commit478417a79440904b8a9c45fd3e4ec84db339a755 (patch)
tree450f616ec6e0a13df447c406f25c3fbd6f470fa7 /res/values
parenta54ee609cdb79ad3abdda2d7180a29617fa38610 (diff)
downloadandroid_packages_apps_Email-478417a79440904b8a9c45fd3e4ec84db339a755.tar.gz
android_packages_apps_Email-478417a79440904b8a9c45fd3e4ec84db339a755.tar.bz2
android_packages_apps_Email-478417a79440904b8a9c45fd3e4ec84db339a755.zip
Support eml attachments in email.
Change-Id: I76274540d00a292d5a8f777d75d8e9f7b2ef3a51
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 2053c81d7..6864ed33b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1283,4 +1283,7 @@ as <xliff:g id="filename">%s</xliff:g>.</string>
<string name="protocol_pop3" translatable="false">pop3</string>
<string name="protocol_eas" translatable="false">eas</string>
<string name="application_mime_type" translatable="false">application/email-ls</string>
+
+ <!-- Content Provider Authority for Eml Attachments -->
+ <string name="eml_attachment_provider" translatable="false">com.android.email.provider.eml.attachment</string>
</resources>