Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31fb4187 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add role annotation for READ_VOICEMAIL and WRITE_VOICEMAIL permission."...

Merge "Add role annotation for READ_VOICEMAIL and WRITE_VOICEMAIL permission." into sc-dev am: dae10ef1 am: 3220a6f1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14368279

Change-Id: I2472bfc9dfc9648ff049bd6c5687794ea07338d8
parents 6d8058c7 3220a6f1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 -->