I need to be able to give my applications the ability to change System Settings, such as turning Bluetooth On/Off. Right now, I have to go through 150+ devices and flip the toggle switch to allow the app to do this.
These are Android 6.0.1 tablets in Device Owner mode, running on MobiControl v14. Funny enough, I've also seen the MobiControl Samsung MDM Agent on test devices without this permission enabled (on itself) in Application Manager.
I've looked at the v14 manual but I haven't been able to determine if this is actually possible through scripting commands. I suspect the sendintent command might do the trick, but had trouble with it in v13.
On a related note, what about turning Usage Data Access for the MobiControl agent programmatically?
Are there any solutions to make my life easier?