Been looking at mobile device management for tablets. So far many of them provide exactly what we are looking for (allowable apps, IT policy enforecment, etc). however having difficulty with managing the camera and microphone. Can't find one that disables them during certain times of day and location.
I've looked over the adroid API and see that interfacing with the hardware is no problem (proven by how many apps there are that accesses that information).
However, is it possible to create an app that disables (i.e. NO app can access, use, or record from) the camera and microphone?
In my expermentation it seems only one app can consume the camera/microphone at any given time. So I was just thinking if having my custom app consume them and not releasing until IT policy was met (based on proximity, time of day, etc) would be a relatively easy approach.
Or is there a better approach? I know this is kinda open ended question, but I think I have exhausted the OOB MDM side of things and need to turn to software developement.