public class RecoverySystem extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecoverySystem.ProgressListener |
| Constructor and Description |
|---|
RecoverySystem() |
| Modifier and Type | Method and Description |
|---|---|
static void |
installPackage(Context context,
File packageFile) |
static void |
rebootWipeCache(Context context) |
static void |
rebootWipeUserData(Context context) |
static void |
verifyPackage(File packageFile,
RecoverySystem.ProgressListener listener,
File deviceCertsZipFile) |
public static void verifyPackage(File packageFile, RecoverySystem.ProgressListener listener, File deviceCertsZipFile) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionpublic static void installPackage(Context context, File packageFile) throws IOException
IOExceptionpublic static void rebootWipeUserData(Context context) throws IOException
IOExceptionpublic static void rebootWipeCache(Context context) throws IOException
IOExceptionCopyright © 2008-2013. All Rights Reserved.