docs: permission documentation
This commit is contained in:
parent
7b5e817d3b
commit
f17bc00a00
1 changed files with 9 additions and 3 deletions
|
|
@ -58,6 +58,12 @@ I primarily built Auxio for myself, but you can use it too, I guess.
|
||||||
- Liked songs
|
- Liked songs
|
||||||
- More notification actions
|
- More notification actions
|
||||||
|
|
||||||
|
## Permissions
|
||||||
|
|
||||||
|
- Storage (`READ_EXTERNAL_STORAGE`): to read and play your media files
|
||||||
|
- Services (`FOREGROUND_SERVICE`, `WAKE_LOCK`): to keep the music playing even if the app itself is in background
|
||||||
|
- Network (`ACCESS_NETWORK_STATE`): unknown
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Auxio accepts most contributions as long as they follow the [Contribution Guidelines](/.github/CONTRIBUTING.md).
|
Auxio accepts most contributions as long as they follow the [Contribution Guidelines](/.github/CONTRIBUTING.md).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue