Our customer would like to block devices if they've not been communicating with our backend for a long time.
I've checked the PolicyEnforcementRule
policy setting, but according to the documentation, it only works with a top-level policy. Put it another way, we cannot make it work with the device STATUS_REPORT
information sent by the Android Management API.
Is there a way to notify the Android Device Policy
locally, through our Companion App, so that the device can be blocked automatically?