docs: remove access_network_state

Remove ACCESS_NETWORK_STATE from the README document, as it was
disabled in f1f2fcf.
This commit is contained in:
OxygenCobalt 2021-07-02 08:38:13 -06:00
parent f17bc00a00
commit cb74196155
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -62,7 +62,6 @@ I primarily built Auxio for myself, but you can use it too, I guess.
- Storage (`READ_EXTERNAL_STORAGE`): to read and play your media files - 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 - 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