Update README.md

This commit is contained in:
wesaphzt 2019-07-03 15:38:24 +00:00 committed by GitHub
parent 8ac777d62c
commit c75f0aba77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,9 +33,13 @@ Device admin permission for locking screen.
## Permissions ## Permissions
android.permission.RECEIVE_BOOT_COMPLETED (start on boot) android.permission.RECEIVE_BOOT_COMPLETED (start on boot)
android.permission.WAKE_LOCK (start on boot) android.permission.WAKE_LOCK (start on boot)
android.permission.BIND_DEVICE_ADMIN (lock the screen) android.permission.BIND_DEVICE_ADMIN (lock the screen)
android.permission.FOREGROUND_SERVICE (run the service) android.permission.FOREGROUND_SERVICE (run the service)
android.permission.BIND_JOB_SERVICE (run the service) android.permission.BIND_JOB_SERVICE (run the service)
## Issues ## Issues