android.os
Class RecoverySystem

java.lang.Object
  extended by android.os.RecoverySystem

public class RecoverySystem
extends Object


Nested Class Summary
static interface RecoverySystem.ProgressListener
           
 
Constructor Summary
RecoverySystem()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoverySystem

public RecoverySystem()
Method Detail

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.