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

Commit 438723e6 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am a801d349: am 9621b793: am e4e3fcec: Merge "Make...

am a801d349: am 9621b793: am e4e3fcec: Merge "Make READ_VOICEMAIL/WRITE_VOICEMAIL system permissions" into lmp-dev

* commit 'a801d349':
  Make READ_VOICEMAIL/WRITE_VOICEMAIL system permissions
parents 0ee9f361 a801d349
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -687,14 +687,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" />