From 29b57e63e54321f99ff086bb25439098d83292f6 Mon Sep 17 00:00:00 2001 From: San Mehat Date: Thu, 23 Apr 2009 09:18:32 -0700 Subject: [PATCH] API_CHANGE: external_storage: Add SDCARD_WRITE permission with associated strings Signed-off-by: San Mehat --- api/current.xml | 24 +++++++++++++++++++++++- core/res/AndroidManifest.xml | 17 +++++++++++++++++ core/res/res/values/strings.xml | 10 ++++++++++ data/etc/platform.xml | 4 ++++ 4 files changed, 54 insertions(+), 1 deletion(-) diff --git a/api/current.xml b/api/current.xml index 970838841844e..37e391c44205c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -848,6 +848,17 @@ visibility="public" > + + + + + + + + + + + + + + + diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 8150a96be7c31..c35676cac1889 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -335,6 +335,11 @@ Features only needed for application developers. + + Storage + + Access the SD card. + @@ -1045,6 +1050,11 @@ Allows an application to write new words into the user dictionary. + + write to SD card + + Allows an application to write to the SD card. + diff --git a/data/etc/platform.xml b/data/etc/platform.xml index b13a29245ab7a..f80bd6b00cdc4 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -54,6 +54,10 @@ + + + +