diff options
author | Debashish Chatterjee <debashishc@google.com> | 2011-07-20 17:04:27 +0100 |
---|---|---|
committer | Debashish Chatterjee <debashishc@google.com> | 2011-07-20 20:28:54 +0100 |
commit | 791a25b9f228bed8d8bb2febadbd883452555d89 (patch) | |
tree | 269602b153cfd85b25ed305eba35d8970960d83f /res | |
parent | 1fafab3782590ab080dab07651df5aed0768e154 (diff) | |
download | packages_providers_ContactsProvider-791a25b9f228bed8d8bb2febadbd883452555d89.zip packages_providers_ContactsProvider-791a25b9f228bed8d8bb2febadbd883452555d89.tar.gz packages_providers_ContactsProvider-791a25b9f228bed8d8bb2febadbd883452555d89.tar.bz2 |
Get rid of voicemail permissions from contacts content provider.
They are now defined in framework/base. submitted in
https://android-git.corp.google.com/g/119573
Bug: 5049309
Change-Id: I9927efe575b3a8b098599154c213840564023dfd
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 12 |
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> |