Merge pull request #22 from offa/permission_doc

Add permission documentation to the README.md.
This commit is contained in:
OxygenCobalt 2021-07-02 08:59:43 -06:00
commit eca8a992c5
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -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).