We have some android devices attached to Android Management API as fully managed work devices.
Now when we push out some changes to the device policy such as Factory Reset Disabled
, Adjust Volume Button Disabled
or any other such controls, the devices don't sync it immediately.
In fact we have to manually open up Android Device Policy and click on Sync
for it actually get the changes.
This is really troublesome because at times the policy doesn't sync for hours together and the devices don't get the updates.
Also we load up the whole policy
of the device for every control change because if not the other controls go back to null
, can Patch
or UpdateMask
be used to avoid this?
Can someone please suggest me of what can be done to make sure the device gets the policy changes immediately ?
Try with the settings: "appAutoUpdatePolicy": "ALWAYS",
"systemUpdate": { "type": "AUTOMATIC" }
I have my device update in a few seconds.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With