Need to be able to manage Android Enterprise Devices

Copper Contributor
I have a mobile APP that monitors drivers, their speed and location and also the fact that they’re driving company car
 
This APP interfaces with an existing MDM solution that manages the Android Enterprise cell phones used by these drivers
 
Using a token assigned to my Application by the MDM provider, my APP (through my server) 
 
Through a REST API Call Gets list of all users/devices . The list includes:   User ID and mobile number
 
When my driver is in company car depending on the location and speed my APP (call this condition “A”)  through a REST API Call applies a policy (whose policy ID is set my the MDM provider) to the user (identified by user ID)
 
When driver is no longer in condition “A”, my APP makes a REST API call asking for policy to be removed for the user 
 
The policy is supposed to restrict the applications or mode of operation of the cell phone for the driver 
 
 
How can we accomplish the above if the fleet company is using Intune to manage their Android Enterprise devices??
0 Replies