Java android.os RecoverySystem fields, constructors, methods, implement or subclass

Example usage for Java android.os RecoverySystem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os RecoverySystem.

The text is from its open source code.

Method

voidinstallPackage(Context context, File packageFile)
Reboots the device in order to install the given update package.
voidverifyPackage(File packageFile, ProgressListener listener, File deviceCertsZipFile)
Verify the cryptographic signature of a system update package before installing it.