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

Commit 1901e175 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Change protectionLevel for READ_PRECISE_PHONE_STATE from dangerous to...

Merge "Change protectionLevel for READ_PRECISE_PHONE_STATE from dangerous to signatureOrSystem." into lmp-dev
parents 2dfd8d57 5742335c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1223,7 +1223,7 @@
         @hide Pending API council approval -->
    <permission android:name="android.permission.READ_PRECISE_PHONE_STATE"
        android:permissionGroup="android.permission-group.PHONE_CALLS"
        android:protectionLevel="dangerous"
        android:protectionLevel="signature|system"
        android:label="@string/permlab_readPrecisePhoneState"
        android:description="@string/permdesc_readPrecisePhoneState" />