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

Commit c3a1609d authored by Matt Garnes's avatar Matt Garnes
Browse files

Revert "base: Add blacklist provider permission"

This reverts commit cedc2e8d.

Change-Id: I91d28f4f95dc5b758bc5bb221a8cf5b621931637
parent 5a6c2ca2
Loading
Loading
Loading
Loading
+0 −59
Original line number Diff line number Diff line
@@ -2916,35 +2916,6 @@
        android:description="@string/permdesc_removeDrmCertificates"
        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"
        android:permissionGroup="android.permission-group.SECURITY"
        android:protectionLevel="signature|system"
        android:label="@string/permlab_readPhoneBlacklist"
        android:description="@string/permdesc_readPhoneBlacklist" />

    <!-- Allows an application to change the phone blacklist data.
         @hide This is not a third-party API (intended for system apps). -->
    <permission android:name="android.permission.CHANGE_PHONE_BLACKLIST"
        android:permissionGroup="android.permission-group.SECURITY"
        android:protectionLevel="signature|system"
        android:label="@string/permlab_changePhoneBlacklist"
        android:description="@string/permdesc_changePhoneBlacklist" />
    <!-- Must be required by a {@link android.service.carrier.CarrierMessagingService}.
         Any service that filters for this intent must be a carrier privileged app. -->
    <permission android:name="android.permission.BIND_CARRIER_MESSAGING_SERVICE"
@@ -2952,36 +2923,6 @@
        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"
        android:permissionGroup="android.permission-group.SECURITY"
        android:protectionLevel="signature|system"
        android:label="@string/permlab_readPhoneBlacklist"
        android:description="@string/permdesc_readPhoneBlacklist" />

    <!-- Allows an application to change the phone blacklist data.
         @hide This is not a third-party API (intended for system apps). -->
    <permission android:name="android.permission.CHANGE_PHONE_BLACKLIST"
        android:permissionGroup="android.permission-group.SECURITY"
        android:protectionLevel="signature|system"
        android:label="@string/permlab_changePhoneBlacklist"
        android:description="@string/permdesc_changePhoneBlacklist" />

    <!-- The system process is explicitly the only one allowed to launch the
         confirmation UI for full backup/restore -->
    <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>
−1.52 KiB
Loading image diff...
−1.25 KiB
Loading image diff...
−1.59 KiB
Loading image diff...
−1.72 KiB
Loading image diff...
Loading