docs: permission documentation
This commit is contained in:
parent
7b5e817d3b
commit
f17bc00a00
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
|
@ -5,7 +5,7 @@
|
||||||
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||||
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.4.0&color=0D5AF5">
|
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.4.0&color=0D5AF5">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.gnu.org/licenses/gpl-3.0">
|
<a href="https://www.gnu.org/licenses/gpl-3.0">
|
||||||
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg">
|
<img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg">
|
||||||
</a>
|
</a>
|
||||||
<img alt="Minimum SDK" src="https://img.shields.io/badge/API-21%2B-32B5ED">
|
<img alt="Minimum SDK" src="https://img.shields.io/badge/API-21%2B-32B5ED">
|
||||||
|
|
@ -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).
|
||||||
|
|
@ -66,10 +72,10 @@ However, feature additions and major UI changes are less likely to be accepted.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[](http://www.gnu.org/licenses/gpl-3.0.en.html)
|
[](http://www.gnu.org/licenses/gpl-3.0.en.html)
|
||||||
|
|
||||||
Auxio is Free Software: You can use, study share and improve it at your
|
Auxio is Free Software: You can use, study share and improve it at your
|
||||||
will. Specifically you can redistribute and/or modify it under the terms of the
|
will. Specifically you can redistribute and/or modify it under the terms of the
|
||||||
[GNU General Public License](https://www.gnu.org/licenses/gpl.html) as
|
[GNU General Public License](https://www.gnu.org/licenses/gpl.html) as
|
||||||
published by the Free Software Foundation, either version 3 of the License, or
|
published by the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue