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

Commit 4a5d9f84 authored by Rambo Wang's avatar Rambo Wang
Browse files

Remove permissionGroup from permission READ_PRECISE_PHONE_STATE

PermissionGroup is used for runtime permission to group related
permission and present to end user together. While permision
READ_PRECISE_PHONE_STATE is NOT runtime permission at all, it
should not have permissionGroup.

Bug: 148567423
Test: atest android.telephony.cts.PhoneStateListenerTest
Test: atest FrameworksTelephonyTests

Change-Id: I8eb854735b85aa5dc1ce82c74dc1d66e3837c98a
parent 64c1e4dd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2068,7 +2068,6 @@
         Allows reading of detailed information about phone state for special-use applications
         such as dialers, carrier applications, or ims applications. -->
    <permission android:name="android.permission.READ_PRECISE_PHONE_STATE"
        android:permissionGroup="android.permission-group.UNDEFINED"
        android:protectionLevel="signature|privileged" />

    <!-- @SystemApi Allows read access to privileged phone state.