From 33651201375d3670672964503994c410b8eeed7b Mon Sep 17 00:00:00 2001 From: Doug Zongker <dougz@android.com> Date: Tue, 19 Jul 2011 12:45:09 -0700 Subject: add rebootWipeCache call to RecoverySystem API Also remove the never-used encrypted-filesystem-via-recovery stuff that was stripped out of recovery a while ago. Change-Id: I3349cba83daa9bc4765bd9b3f96d15000a801824 --- api/current.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index 4997ae6..c26c411 100644 --- a/api/current.txt +++ b/api/current.txt @@ -14432,6 +14432,7 @@ package android.os { public class RecoverySystem { ctor public RecoverySystem(); method public static void installPackage(android.content.Context, java.io.File) throws java.io.IOException; + method public static void rebootWipeCache(android.content.Context) throws java.io.IOException; method public static void rebootWipeUserData(android.content.Context) throws java.io.IOException; method public static void verifyPackage(java.io.File, android.os.RecoverySystem.ProgressListener, java.io.File) throws java.security.GeneralSecurityException, java.io.IOException; } -- cgit v1.1