Merge "Revert READ_PHONE_STATE from an install to runtime permission" into rvc-dev am: 696dac1adb
Change-Id: I68d80512ca45de9bf1286262d967c0c80558fec3
This commit is contained in:
@@ -1111,12 +1111,13 @@
|
|||||||
grants your app this permission. If you don't need this permission, be sure your <a
|
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
|
href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
|
||||||
targetSdkVersion}</a> is 4 or higher.
|
targetSdkVersion}</a> is 4 or higher.
|
||||||
<p>Protection level: normal
|
<p>Protection level: dangerous
|
||||||
-->
|
-->
|
||||||
<permission android:name="android.permission.READ_PHONE_STATE"
|
<permission android:name="android.permission.READ_PHONE_STATE"
|
||||||
|
android:permissionGroup="android.permission-group.UNDEFINED"
|
||||||
android:label="@string/permlab_readPhoneState"
|
android:label="@string/permlab_readPhoneState"
|
||||||
android:description="@string/permdesc_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
|
<!-- 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.
|
granted by {@link #READ_PHONE_STATE} but is exposed to instant applications.
|
||||||
|
|||||||
Reference in New Issue
Block a user