Skip to content

Latest commit

 

History

History
executable file
·
13 lines (11 loc) · 655 Bytes

README.md

File metadata and controls

executable file
·
13 lines (11 loc) · 655 Bytes

Disable the Force Stop & Uninstall button in Manage Application using Device Administration in Android.

And also, you can change Device Administration permission by setting /res/xml/uses_policies.xml

  • limit-password : Set password rules
  • watch-login : Monitor screen-unlock attempts
  • reset-password : Change the screen-unlock password
  • force-lock : Lock the screen
  • wipe-data : Erase all data
  • expire-password : Set lock-screen password expiration
  • encrypted-storage : Set storage encryption
  • disable-camera : Disable cameras

If you have any questions or bug reports, please send me a message(@daniel_booknara) or leave an issue ticket.