This MIME type is used for starting the Device Owner provisioning.
During device owner provisioning a device admin app is set as the owner of the device. A device owner has full control over the device. The device owner can not be modified by the user and the only way of resetting the device is if the device owner app calls a factory reset.
A typical use case would be a device that is owned by a company, but used by either an employee or client.
The Nfc message should be send to an unprovisioned device.
The Nfc record must contain a serialized Java.Util.Properties object which contains the following properties:
When device owner provisioning has completed, an intent of the type DeviceAdminReceiver.ActionProfileProvisioningComplete is broadcasted to the device owner.
If provisioning fails, the device is factory reset.
Input: Nothing.
Output: Nothing