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

Commit 1690d43d authored by Hui Wang's avatar Hui Wang
Browse files

Update the doc for READ_PHONE_NUMBERS

The application with READ_PHONE_STATE should not be auto granted
READ_PHONE_NUMBERS since R+.

Flag: EXEMPT doc change
Bug: 368197175
Test: make
Change-Id: I1559084df25dc4b18f99da88cf0abb73561377e5
parent f7ff135d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1494,8 +1494,8 @@
            android:description="@string/permdesc_readBasicPhoneState"
            android:protectionLevel="normal" />

    <!-- Allows read access to the device's phone number(s). This is a subset of the capabilities
         granted by {@link #READ_PHONE_STATE} but is exposed to instant applications.
    <!-- Allows read access to the device's phone number(s),
         which is exposed to instant applications.
         <p>Protection level: dangerous-->
    <permission android:name="android.permission.READ_PHONE_NUMBERS"
        android:permissionGroup="android.permission-group.UNDEFINED"