* commit '35c9439000fb5a8ab5aca2e4b59fb6e0bc8f79e6': Move READ_EXTERNAL_STORAGE to storage group.
This commit is contained in:
@@ -1153,7 +1153,7 @@
|
|||||||
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.-->
|
||||||
<permission android:name="android.permission.READ_EXTERNAL_STORAGE"
|
<permission android:name="android.permission.READ_EXTERNAL_STORAGE"
|
||||||
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
|
android:permissionGroup="android.permission-group.STORAGE"
|
||||||
android:label="@string/permlab_sdcardRead"
|
android:label="@string/permlab_sdcardRead"
|
||||||
android:description="@string/permdesc_sdcardRead"
|
android:description="@string/permdesc_sdcardRead"
|
||||||
android:protectionLevel="normal" />
|
android:protectionLevel="normal" />
|
||||||
|
|||||||
Reference in New Issue
Block a user