Merge "Move READ_EXTERNAL_STORAGE to storage group." into klp-dev

This commit is contained in:
Jeff Sharkey
2013-10-30 16:21:50 +00:00
committed by Android (Google) Code Review

View File

@@ -1153,7 +1153,7 @@
href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
targetSdkVersion}</a> is 4 or higher.-->
<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:description="@string/permdesc_sdcardRead"
android:protectionLevel="normal" />