Update README.md

This commit is contained in:
wesaphzt 2019-07-03 15:39:04 +00:00 committed by GitHub
parent c75f0aba77
commit 8183815d0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,15 +32,11 @@ Inspired by the abandoned [PluckLockEx](https://github.com/0xFireball/PluckLockE
Device admin permission for locking screen.
## Permissions
android.permission.RECEIVE_BOOT_COMPLETED (start on boot)
android.permission.WAKE_LOCK (start on boot)
android.permission.BIND_DEVICE_ADMIN (lock the screen)
android.permission.FOREGROUND_SERVICE (run the service)
android.permission.BIND_JOB_SERVICE (run the service)
- android.permission.RECEIVE_BOOT_COMPLETED (start on boot)
- android.permission.WAKE_LOCK (start on boot)
- android.permission.BIND_DEVICE_ADMIN (lock the screen)
- android.permission.FOREGROUND_SERVICE (run the service)
- android.permission.BIND_JOB_SERVICE (run the service)
## Issues
To contribute, or to report issues please use the [Issue Tracker](https://github.com/wesaphzt/privatelock/issues/).