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

Commit d6e1ed59 authored by Abhijith Shastry's avatar Abhijith Shastry
Browse files

Hidden permissions to access blocked numbers.

BUG: 26232372
Change-Id: I213622ef4623dadcf56745798fb3452c57fa4bd5
parent b7289330
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -2884,6 +2884,18 @@
    <permission android:name="android.permission.DISPATCH_PROVISIONING_MESSAGE"
    <permission android:name="android.permission.DISPATCH_PROVISIONING_MESSAGE"
                android:protectionLevel="signature|privileged" />
                android:protectionLevel="signature|privileged" />


    <!-- Allows the holder to read blocked numbers. See
         {@link android.provider.BlockedNumberContract}.
         @hide -->
    <permission android:name="android.permission.READ_BLOCKED_NUMBERS"
                android:protectionLevel="signature" />

    <!-- Allows the holder to write blocked numbers. See
         {@link android.provider.BlockedNumberContract}.
         @hide -->
    <permission android:name="android.permission.WRITE_BLOCKED_NUMBERS"
                android:protectionLevel="signature" />

    <application android:process="system"
    <application android:process="system"
                 android:persistent="true"
                 android:persistent="true"
                 android:hasCode="false"
                 android:hasCode="false"