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

Commit 7850c6e1 authored by Jorge Ruesga's avatar Jorge Ruesga Committed by Ethan Chen
Browse files

base: add back permission-group SECURITY to fix blacklist

  This will allow READ|CHANGE_PHONE_BLACKLIST
to be accepted by system. CM's MMS app should
work fine now.

Original commit message:

base: Add blacklist provider permission

JIRA: CYAN-3727
Issue: https://jira.cyanogenmod.org/browse/CYAN-3727


Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>

Change-Id: Id911dcf40a509b2233cae3964802531f5b0d55c1
parent e34538cf
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2979,6 +2979,20 @@
        android:description="@string/permdesc_bindCarrierMessagingService"
        android:protectionLevel="signature|system" />

    <!-- =============================================================== -->
    <!-- Permissions for accessing security data                         -->
    <!-- =============================================================== -->
    <eat-comment />

    <!-- Used for permissions that allow an application to access or configure
         the device security information.
         @hide This is not a third-party API (intended for system apps). -->
    <permission-group android:name="android.permission-group.SECURITY"
        android:label="@string/permgrouplab_security"
        android:icon="@drawable/perm_group_security"
        android:description="@string/permgroupdesc_security"
        android:priority="400"/>

    <!-- Allows an application to read the phone blacklist data.
         @hide This is not a third-party API (intended for system apps). -->
    <permission android:name="android.permission.READ_PHONE_BLACKLIST"