diff options
author | Yorke Lee <yorkelee@google.com> | 2014-06-25 14:31:37 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2014-06-30 18:02:07 -0700 |
commit | ab2ec1d4316770e2ce8dc47dd1ae71430cd70e36 (patch) | |
tree | b511919bec6a148ae6d1f5a117e17394b670a66e /res/values | |
parent | 90343852ba1309aa4471cead018d50761a13e131 (diff) | |
download | packages_providers_ContactsProvider-ab2ec1d4316770e2ce8dc47dd1ae71430cd70e36.zip packages_providers_ContactsProvider-ab2ec1d4316770e2ce8dc47dd1ae71430cd70e36.tar.gz packages_providers_ContactsProvider-ab2ec1d4316770e2ce8dc47dd1ae71430cd70e36.tar.bz2 |
Add manage voicemail permission (2/4)
Update CallLogProvider and VoicemailProvider to provide read/write access to
voicemails based on their respective permissions.
Also update tests to reflect the new world.
Bug: 6948882
Change-Id: I26e960eae24dc1b8bd4a372420d4c42f242c88d3
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 8 |
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. |