Forum Discussion
QR Code APK requirements?
- 11 months ago
Nice to hear that i was able to point you into the right direction 😉
Hi manny,
not entirely sure but try to add this:
"android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE":
{"PROVISIONING_MODE":"XXXXXX"}
Where XXXXXX can be FULLY_MANAGED_DEVICE or MANAGED_PROFILE depending on what kind of enrollment you do. But this was stated from our MDM to be needed, can be different for others.
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.
- Moombas11 months agoLevel 4.1: Jelly Bean
Nice to hear that i was able to point you into the right direction 😉
- Mediaking_12 months agoLevel 1.6: Donut
Hi I am having a similar problem I am trying to provision with QR code and it won't let me I can't and I am frustrated as I need this ....
I need to be able to install a personal business app as device owner but for some reason can not by QR with adb command works perfect on Android 12 and 13 devices need help could you share how to do it in detail to try it
Sorry for active old post but need this
Related Content
- 5 months ago
- 11 months ago