From c4d933334f89f31dcd54632217bb1216046f0c94 Mon Sep 17 00:00:00 2001 From: Shabinder Singh Date: Thu, 27 May 2021 23:44:04 +0530 Subject: [PATCH] Added Android App's Permision Info --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5b7c22fd..13fdf56e 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,16 @@ To check if YouTube Music is available in your country, visit [YouTube Music](ht I am hosting a **server for WEB APP on my own personal device** , so expect some downtimes, If you have a **server** available and would like to share , open an issue or ping me wherever you can get a hold of me. + +### Permissions Info: + - **NETWORK**- *(INTERNET, ACCESS_NETWORK_STATE, ACCESS_WIFI_STATE)*: to access the online streaming services, and Confirm Network Connectivity. + - **STORAGE**- *READ_STORAGE_PERMISSION, READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE, MANAGE_EXTERNAL_STORAGE)*: to save Downloaded Media Files. + - **QUERY_ALL_PACKAGES**- in order to check if Youtube Music, Spotify, Gaana, JioSaavn, etc apps are installed and if they are, user can directly open them. + - **REQUEST_IGNORE_BATTERY_OPTIMIZATIONS**: User Allows App to Run in Background at runtime in Permission Dialog. + - **Wake Lock**: Don't let Wifi/Internet Sleep in screen off / dozing state when Songs are being downloaded. + - **Foreground Service**: Service responsible to download and save songs to storage even after app is exited/background. + - **NOTE**: Analytics and Crashlytics are **OPT-IN** *(Disabled by Default)* and are **Self-Hosted**. + License ![GPL-License](https://img.shields.io/github/license/Shabinder/SpotiFlyer?style=flat-square) ----