Skip to content

Commit

Permalink
Make links to permissions references
Browse files Browse the repository at this point in the history
So PRIVACY can be read in the shell.
  • Loading branch information
markusfisch committed Dec 16, 2021
1 parent a84b53d commit 4ea0f2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions PRIVACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ hesitate to contact me.

## Permissions

### [QUERY_ALL_PACKAGES](https://developer.android.com/reference/android/Manifest.permission#QUERY_ALL_PACKAGES)
### [QUERY_ALL_PACKAGES][QUERY_ALL_PACKAGES]

A launcher app needs to be able to query all packages to show all packages.

You can find more information about package visibility
[here](https://developer.android.com/training/basics/intents/package-visibility#all-apps).

### [REQUEST_IGNORE_BATTERY_OPTIMIZATIONS](https://developer.android.com/reference/android/Manifest.permission#REQUEST_IGNORE_BATTERY_OPTIMIZATIONS)
### [REQUEST_IGNORE_BATTERY_OPTIMIZATIONS][REQUEST_IGNORE_BATTERY_OPTIMIZATIONS]

A launcher app is meant to be available all the time.

Expand All @@ -23,3 +23,6 @@ and make it work faster because the app does not need to be reloaded every
time you unlock your phone.

Pie Launcher does not consume battery when not in use.

[QUERY_ALL_PACKAGES]: https://developer.android.com/reference/android/Manifest.permission#QUERY_ALL_PACKAGES
[REQUEST_IGNORE_BATTERY_OPTIMIZATIONS]: https://developer.android.com/reference/android/Manifest.permission#REQUEST_IGNORE_BATTERY_OPTIMIZATIONS

0 comments on commit 4ea0f2d

Please sign in to comment.