summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-17 23:16:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-17 23:16:35 +0000
commite4e3fcec415cdc9739f32ce1eaaec67666e5454d (patch)
treedff2c39f9f390efa80e94262257039a2fb9a7974
parentcd2b54e6e546099e028f9e41966ab7cf1deedd3c (diff)
parent65d241b92db36e8f14d08efc6f35a91481b0d73d (diff)
downloadbase-e4e3fcec415cdc9739f32ce1eaaec67666e5454d.tar.gz
Merge "Make READ_VOICEMAIL/WRITE_VOICEMAIL system permissions" into lmp-dev
-rw-r--r--core/res/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 0767dbb43e48..f35b2e878519 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -679,14 +679,14 @@
<!-- Allows an application to modify and remove existing voicemails in the system -->
<permission android:name="com.android.voicemail.permission.WRITE_VOICEMAIL"
android:permissionGroup="android.permission-group.VOICEMAIL"
- android:protectionLevel="dangerous"
+ android:protectionLevel="system|signature"
android:label="@string/permlab_writeVoicemail"
android:description="@string/permdesc_writeVoicemail" />
<!-- Allows an application to read voicemails in the system. -->
<permission android:name="com.android.voicemail.permission.READ_VOICEMAIL"
android:permissionGroup="android.permission-group.VOICEMAIL"
- android:protectionLevel="dangerous"
+ android:protectionLevel="system|signature"
android:label="@string/permlab_readVoicemail"
android:description="@string/permdesc_readVoicemail" />