Forum Discussion
manny
12 months agoLevel 1.5: Cupcake
QR Code APK requirements?
Hello, I am utilizing the QR provisioning method to install an APK that utilizes the DeviceAdminReceive subclass. I was able to get it working on Android 10 tablets, but now I am running into the...
- 11 months ago
Nice to hear that i was able to point you into the right direction 😉
manny
11 months agoLevel 1.5: Cupcake
Hello Moombas,
After receiving your response, I looked into the provisioning mode requirements and found the requirements for Android 12 and above on Admin Provision Source.
In addition to the DeviceAdminReceiver subclass, I added two additional classes that handle the DevicePolicyManager#ACTION_GET_PROVISIONING_MODE and DevicePolicyManager#ACTION_ADMIN_POLICY_COMPLIANCE intent actions. After some testing, I am able to successfully provision tablets on Android 10, 13, and 14.
Thank you for the help.
Related Content
- 5 months ago
- 11 months ago