Forum Discussion
Possible to deploy API commands via Provisioning Profiles in MDM?
Hello,
We use WorkspaceONE UEM as our MDM. We sometimes use provisioning profiles to deploy commands to devices run-intents, but I'm not an expert on this subject by any means. I am curious if it is possible to use our MDM to deploy an API command to disable Factory Reset Protection. The command information is here: https://developer.android.com/reference/android/app/admin/FactoryResetProtectionPolicy
I realize what a specific question this is. If I can provide more information, please let me know. Thanks in advance!
3 Replies
- MoombasLevel 4.4: KitKat8 days ago
Not sure what you mean by "deploy" but you should be able to disable FRP just by setting it:
- CoreyCGoogle Community Manager5 days ago
Just to add to this. In addition to the Enterprise FRP API, there is a separate API purely for enabling/disabling standard FRP. Omnissa doesn't have a control in their console for this but they have documentation on how to disable it with a custom profile: https://docs.omnissa.com/bundle/android-device-managementVSaaS/page/AndroidProfilesCustomDPC.html#disable_factory_reset_protection
- nleaphartLevel 1.5: Cupcake8 days ago
I'm not seeing a way to just disable FRP altogether, though. That is my goal. We have tested the EFRP recovery account, and that does work. We want to disable the setting altogether without having to resort to recovery, though.
In short, there is a control: DevicePolicyManager.setFactoryResetProtectionPolicy
I want to be able to set that to "disabled" or some equivalent value.
Related Content
- 3 years ago