summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2021-06-02 22:45:25 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-06-02 22:45:25 +0000
commitdae10ef14824c98e60321267f55b28b507c1a1f0 (patch)
treeb371ca0ed96dce45f9d367fb928a437bfa481773
parent3ff294cd82071a609d6e1ab4456c8040d0e4e580 (diff)
parent5cff811f80693ecdb988c613b08e5e4c1b4c3849 (diff)
Merge "Add role annotation for READ_VOICEMAIL and WRITE_VOICEMAIL permission." into sc-dev
-rw-r--r--core/res/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index f457c5626fba..6b6cbea94009 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1625,16 +1625,16 @@
<eat-comment />
<!-- Allows an application to modify and remove existing voicemails in the system.
- <p>Protection level: signature|privileged
+ <p>Protection level: signature|privileged|role
-->
<permission android:name="com.android.voicemail.permission.WRITE_VOICEMAIL"
- android:protectionLevel="signature|privileged" />
+ android:protectionLevel="signature|privileged|role" />
<!-- Allows an application to read voicemails in the system.
- <p>Protection level: signature|privileged
+ <p>Protection level: signature|privileged|role
-->
<permission android:name="com.android.voicemail.permission.READ_VOICEMAIL"
- android:protectionLevel="signature|privileged" />
+ android:protectionLevel="signature|privileged|role" />
<!-- ======================================= -->
<!-- Permissions for accessing location info -->