android.os
Class RecoverySystem
java.lang.Object
android.os.RecoverySystem
public class RecoverySystem
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecoverySystem
public RecoverySystem()
verifyPackage
public static void verifyPackage(File packageFile,
RecoverySystem.ProgressListener listener,
File deviceCertsZipFile)
throws IOException,
GeneralSecurityException
- Throws:
IOException
GeneralSecurityException
installPackage
public static void installPackage(Context context,
File packageFile)
throws IOException
- Throws:
IOException
rebootWipeUserData
public static void rebootWipeUserData(Context context)
throws IOException
- Throws:
IOException
rebootWipeCache
public static void rebootWipeCache(Context context)
throws IOException
- Throws:
IOException
Copyright © 2008-2012. All Rights Reserved.