Search code examples
androidgpsandroid-cameraandroid-gps

Block Camera, shutdown option and keep GPS and mobile data enabled - android


I got a small project. Company will provide android phones to their employees and company do not want them to access camera and shut down their phone and also they should not be able to disable GPS or Mobile data.

I'm new to android development. Would you please tell me if this is possible. Few reference on how to do that (If possible) :).

Thank you so much for your help.


Solution

  • Nothing will stop them from shutting down their phones. If nothing else they can always remove the battery.

    Some of the other stuff can be done via Device Owner permissions and android's device policy manager, which is made for enterprise control of devices.