A music player app to complement your offline music collection with playlist support, theme options, multiple now playing screen, quick play shortcuts, and much more.

Permissions required by the app:
Necessary permission:
1. READ_EXTERNAL_STORAGE: To fetch the tracks stored in the device.
2. FOREGROUND_SERVICE: To continue media playback even if the application is in the background.
3. WRITE_EXTERNAL_STORAGE: Necessary to display album art in some devices (primarily in Android <= 9)

Optional permissions
3. BLUETOOTH: To detect the connected/disconnected state of bluetooth device (used only when Bluetooth auto play is turned on in the settings).
4. RECEIVE_BOOT_COMPLETED: This permission allows the app to start necessary services which enables Bluetooth auto play functionality after device reboot (used only if Bluetooth auto play is turned on).