Android.OS.RecoverySystem Members

The members of Android.OS.RecoverySystem are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.