OSDN Git Service

Move READ_EXTERNAL_STORAGE to storage group.
authorJeff Sharkey <jsharkey@android.com>
Wed, 30 Oct 2013 00:20:48 +0000 (17:20 -0700)
committerJeff Sharkey <jsharkey@android.com>
Wed, 30 Oct 2013 00:20:48 +0000 (17:20 -0700)
Bug: 11437351
Change-Id: I460a3ee7860e8591e601eec7d390c3ca7eed1be6

core/res/AndroidManifest.xml

index bd52f49..6ddd3fe 100644 (file)
          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" />