From 52e8d24f8492116f0b49b147576ce13a5f913aa2 Mon Sep 17 00:00:00 2001 From: Debashish Chatterjee Date: Mon, 13 Jun 2011 16:20:30 +0100 Subject: Voicemail provider implementation within ContactsProvider. - New voicemail provider class - all voicemail operations restricted to only 'voicemail' call type. - new voicemail permissions (currently defined in the manifest file itself) Change-Id: I32b916c5b4a53e93bafbecf7df7bee3f5e27fee6 --- res/values/strings.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'res/values') diff --git a/res/values/strings.xml b/res/values/strings.xml index 0e39d61..78b3620 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4,9 +4,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -22,7 +22,7 @@ Contacts - + Contact upgrade needs more memory @@ -31,11 +31,16 @@ Select to complete the upgrade. - + Contacts Other + read and write own voicemails + The application is allowed to store and access only voicemails it owns on the device. + read and write all voicemails + The application is allowed to store and access all voicemails on the device. + -- cgit v1.1