Merge pull request #22 from offa/permission_doc
Add permission documentation to the README.md.
This commit is contained in:
commit
eca8a992c5
1 changed files with 8 additions and 3 deletions
|
|
@ -58,6 +58,11 @@ I primarily built Auxio for myself, but you can use it too, I guess.
|
|||
- Liked songs
|
||||
- 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
|
||||
|
||||
## Contributing
|
||||
|
||||
Auxio accepts most contributions as long as they follow the [Contribution Guidelines](/.github/CONTRIBUTING.md).
|
||||
|
|
|
|||
Loading…
Reference in a new issue