Remove permission android.permission.WRITE_MEDIA_STORAGE
Access to the /data/media directory is now restricted exclusively to the sdcard daemon, so there is no longer a need for this permission. Change-Id: Iea8400f0eee167df19cc231c502d251a364f98b3 Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
@@ -540,14 +540,6 @@
|
||||
android:description="@string/permdesc_sdcardWrite"
|
||||
android:protectionLevel="dangerous" />
|
||||
|
||||
<!-- Allows an application to write to internal media storage
|
||||
@hide -->
|
||||
<permission android:name="android.permission.WRITE_MEDIA_STORAGE"
|
||||
android:permissionGroup="android.permission-group.STORAGE"
|
||||
android:label="@string/permlab_mediaStorageWrite"
|
||||
android:description="@string/permdesc_mediaStorageWrite"
|
||||
android:protectionLevel="signatureOrSystem" />
|
||||
|
||||
<!-- ============================================ -->
|
||||
<!-- Permissions for low-level system interaction -->
|
||||
<!-- ============================================ -->
|
||||
|
||||
@@ -58,10 +58,6 @@
|
||||
<group gid="sdcard_rw" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE" >
|
||||
<group gid="media_rw" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.ACCESS_USB" >
|
||||
<group gid="usb" />
|
||||
</permission>
|
||||
|
||||
Reference in New Issue
Block a user