DevicePolicyManager.ExtraProvisioningLocalTime Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Long extra holding the wall clock time (in milliseconds) to be set on the device's
android.app.AlarmManager
.
[Android.Runtime.Register("EXTRA_PROVISIONING_LOCAL_TIME")]
public const string ExtraProvisioningLocalTime;
[<Android.Runtime.Register("EXTRA_PROVISIONING_LOCAL_TIME")>]
val mutable ExtraProvisioningLocalTime : string
Field Value
- Attributes
Remarks
A Long extra holding the wall clock time (in milliseconds) to be set on the device's android.app.AlarmManager
.
Use only for device owner provisioning. This extra can be returned by the admin app when performing the admin-integrated provisioning flow as a result of the #ACTION_GET_PROVISIONING_MODE
activity.
Use in an NFC record with #MIME_TYPE_PROVISIONING_NFC
that starts device owner provisioning via an NFC bump. It can also be used for QR code provisioning.
Java documentation for android.app.admin.DevicePolicyManager.EXTRA_PROVISIONING_LOCAL_TIME
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.