summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-09 18:24:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-09 00:07:12 +0000
commit2a836304091bf37a466c3a56e3b880222f518063 (patch)
tree20a86511463647517ec730ef5129c634661771c4 /res
parent357a8cc44c59c5cf9528789ca949f6f0982e7ec7 (diff)
parentab2ec1d4316770e2ce8dc47dd1ae71430cd70e36 (diff)
downloadpackages_providers_ContactsProvider-2a836304091bf37a466c3a56e3b880222f518063.zip
packages_providers_ContactsProvider-2a836304091bf37a466c3a56e3b880222f518063.tar.gz
packages_providers_ContactsProvider-2a836304091bf37a466c3a56e3b880222f518063.tar.bz2
Merge "Add manage voicemail permission (2/4)"
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5291017..c326eee 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -44,14 +44,6 @@
<!-- The name of the invisible local contact directory -->
<string name="local_invisible_directory">Other</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 app to store and retrieve
- all voicemails that this device can access.</string>
-
<!-- The prefix string before the number used for the display name for the voicemail table.
Because of the way this is combined in SQL we can't allow a generic format string.
The resulting string will be this string with the number appended to the end.