Example usage for Java android.os RecoverySystem fields, constructors, methods, implement or subclass
The text is from its open source code.
void | installPackage(Context context, File packageFile) Reboots the device in order to install the given update package. |
void | verifyPackage(File packageFile, ProgressListener listener, File deviceCertsZipFile) Verify the cryptographic signature of a system update package before installing it. |