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

Commit 80e07036 authored by Michael Groover's avatar Michael Groover Committed by Automerger Merge Worker
Browse files

Merge "Revert READ_PHONE_STATE from an install to runtime permission" into...

Merge "Revert READ_PHONE_STATE from an install to runtime permission" into rvc-dev am: 696dac1a am: 1003f395 am: 5f7e8d96

Change-Id: I81423f8ad4d7ac7832cdae15f797d33a1b6a221d
parents e638012e 5f7e8d96
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1111,12 +1111,13 @@
         grants your app this permission. If you don't need this permission, be sure your <a
         href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
         targetSdkVersion}</a> is 4 or higher.
         <p>Protection level: normal
         <p>Protection level: dangerous
    -->
    <permission android:name="android.permission.READ_PHONE_STATE"
        android:permissionGroup="android.permission-group.UNDEFINED"
        android:label="@string/permlab_readPhoneState"
        android:description="@string/permdesc_readPhoneState"
        android:protectionLevel="normal" />
        android:protectionLevel="dangerous" />

    <!-- 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.