Langsung ke konten utama

privacy policy

 privacy policy.

Please, keep in mind, that application is completely free. Nobody can ask you for any payment within the app, or outside it. Also, you should know, that we do not collect ANY information. We DO NOT monitor your location, or accounts, we do not trace your logs for any debug info, the only thing we are striving, is to deliver high quality application to the Android user

In this section we will discuss permissions and their purpose.


Main application features are music playback, and music download, so...

android.permission.INTERNET Internet connection - required to have access to album arts, if you want to tag your mp3 track.

android.permission.READ_EXTERNAL_STORAGE & android.permission.ACCESS_NETWORK_STATE This permission is required to properly handle internet connection troubles.

android.permission.WRITE_EXTERNAL_STORAGE Here we deal with music on your device. It can be external storage, or internal. In any case, for example writing tags to mp3 file is actually writing new file on your file system. Also, when we perform bulk operations, like renaming album or artist with lot of tracks, we perform background caching to prevent any data loss and logical collisions.

android.permission.READ_PHONE_STATE for proper handling of phone signals, such as incoming calls, during music playback.

Komentar