Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 902 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 902 Bytes

AdminControl

This app allows you to control features that are in the Android Device Admin API but not present in Settings.

Get it on F-Droid

Current Features

  • Disable Fingerprint on the Lock Screen

Planned Features

  • Shut down or nuke device if too many incorrect password / PIN attempts.

Building

Install the Android SDK and point your ANDROID_HOME environment variable to it.
Run ./gradlew build.
Outputs are in app/build/outputs/apk. The APK in the debug folder is signed with the test keys and ready for use.
It's recommended that you sign the APK in the release folder for production use.