Android.OS.RecoverySystem: Method Members

The methods of Android.OS.RecoverySystem are listed below. For a list of all members, see the RecoverySystem Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
InstallPackage(Android.Content.Context, Java.IO.File)
Reboots the device in order to install the given update package.
static
RebootWipeCache(Android.Content.Context)
Reboot into the recovery system to wipe the /cache partition.
static
RebootWipeUserData(Android.Content.Context)
Reboots the device and wipes the user data and cache partitions.
static
VerifyPackage(Java.IO.File, RecoverySystem.IProgressListener, Java.IO.File)
Verify the cryptographic signature of a system update package before installing it.