summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDebashish Chatterjee <debashishc@google.com>2011-07-21 03:48:19 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-21 03:48:19 -0700
commit72836d9ba83ef4d78168a408feaebdd225666f5c (patch)
treeefc599345c1be884bef6a3d231b691f25c16fc95 /res/values
parent1dfa964f2e1756e27b36f99421bd403c84ea0a5f (diff)
parent791a25b9f228bed8d8bb2febadbd883452555d89 (diff)
downloadpackages_providers_ContactsProvider-72836d9ba83ef4d78168a408feaebdd225666f5c.zip
packages_providers_ContactsProvider-72836d9ba83ef4d78168a408feaebdd225666f5c.tar.gz
packages_providers_ContactsProvider-72836d9ba83ef4d78168a408feaebdd225666f5c.tar.bz2
Merge "Get rid of voicemail permissions from contacts content provider."
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 78b3620..6882249 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -38,9 +38,11 @@
<!-- The name of the invisible local contact directory -->
<string name="local_invisible_directory">Other</string>
- <string name="read_write_own_voicemail_label">read and write own voicemails</string>
- <string name="read_write_own_voicemail_description">The application is allowed to store and access only voicemails it owns on the device.</string>
- <string name="read_write_all_voicemail_label">read and write all voicemails</string>
- <string name="read_write_all_voicemail_description">The application is allowed to store and access all voicemails on the device.</string>
-
+ <!-- Title of an application permission, listed so the user can choose whether they want to
+ allow the application to do this. [CHAR LIMIT=NONE] -->
+ <string name="read_write_all_voicemail_label">Access all voicemails</string>
+ <!-- Description of an application permission, listed so the user can choose whether
+ they want to allow the application to do this. [CHAR LIMIT=NONE] -->
+ <string name="read_write_all_voicemail_description">Allows the application to store and retrieve
+ all voicemails that this device can access.</string>
</resources>