From 35a2ea2fbf156a503d1b0bc6ca7784e51e2462f4 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Wed, 12 Jan 2011 11:48:01 -0500 Subject: [PATCH] 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 --- core/res/AndroidManifest.xml | 8 -------- data/etc/platform.xml | 4 ---- 2 files changed, 12 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 67adc28286f45..41c911a52ce30 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -540,14 +540,6 @@ android:description="@string/permdesc_sdcardWrite" android:protectionLevel="dangerous" /> - - - diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 8555be0de8d07..ea91c218b6058 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -58,10 +58,6 @@ - - - -