Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #19 from jpaugh/patch-1
Browse files Browse the repository at this point in the history
Explain why an adb command is required
  • Loading branch information
RichyHBM committed Mar 30, 2019
2 parents 9daf564 + c2b5b23 commit 75f0ff0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ the use of an overlay screen, to help relax your eyes at night and disincentivis
alt="Get it on the Play Store"
height="90">](https://play.google.com/store/apps/details?id=uk.co.richyhbm.monochromatic)

ADB command to grant required permission: adb shell pm grant uk.co.richyhbm.monochromatic android.permission.WRITE_SECURE_SETTINGS
Monochromatic needs the *Write Secure Settings* permission, which is [normally unavailable to apps][unavailable permission]. However, you can grant this permission with the following ADB command:

adb shell pm grant uk.co.richyhbm.monochromatic android.permission.WRITE_SECURE_SETTINGS

[unavailable permission]: https://stackoverflow.com/a/19538956/712526

0 comments on commit 75f0ff0

Please sign in to comment.