Hey, is there a way to prevent employees from disabling location services on their managed Android devices? I need location to stay enabled at all times, and users shouldn’t be able to access or turn it off.
Prevent the disabling of locationSolved
Tags
Replies (4)
With hexnode, you can use the Location tracking policy to monitor managed devices, but the issue is that google controls location services. Google enforces transparency regarding location access, so there’s no way to block users from disabling it entirely.
Got it. But is there any workaround? Our company is deploying tablets that will be shared among employees, and we need location services to always stay on. I was thinking—if we enable kiosk mode, users won’t be able to turn off location, right?
Yeah, that should work. As long as you don’t include the Settings app in kiosk mode and only allow the necessary apps, users won’t be able to access location settings to disable it.
Sounds good! I’ll try setting it up that way.
Save