Android.App.Admin.DevicePolicyManager.ExtraProvisioningDeviceAdminPackageChecksum Field
A String extra holding the SHA-1 checksum of the file at download location specified in DevicePolicyManager.ExtraProvisioningDeviceAdminPackageDownloadLocation.

Syntax

[Android.Runtime.Register("EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM")]
public const string ExtraProvisioningDeviceAdminPackageChecksum

Remarks

A String extra holding the SHA-1 checksum of the file at download location specified in DevicePolicyManager.ExtraProvisioningDeviceAdminPackageDownloadLocation. If this doesn't match the file at the download location an error will be shown to the user and the user will be asked to factory reset the device.

Use in an Nfc record with DevicePolicyManager.MimeTypeProvisioningNfc that starts device owner provisioning via an Nfc bump.

[Android Documentation]

Requirements

Namespace: Android.App.Admin
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8