From 424991704b5fb7a64f6cf0fcc3f4b1aabbf2a2e0 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 15 Oct 2010 18:45:07 -0700 Subject: Implement issue #3094621 and #3094609 - wipe sd card 3094621: add "wipe sd card" option to factory data reset 3094609: collapse unmount/format into one command Also since we have decided that it is important to consider the Crespo storage as internal storage, DevicePolicyManager gets a new API to be able to wipe it. (No big deal, since all of the work for this is now done in the implementation of the new UI.) Change-Id: I32a77c410f710a87dcdcbf6586c09bd2e48a8807 --- core/res/AndroidManifest.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'core/res/AndroidManifest.xml') diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index ff079e4..ef4ee11 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1371,7 +1371,8 @@ + android:permission="android.permission.MASTER_CLEAR" + android:priority="100" > @@ -1381,8 +1382,11 @@ - - + + + -- cgit v1.1