Simple Music Player

Download: Simple Music Player APK

  • Latest Version
Application ID com.github.anrimian.musicplayer
Downloads 2.89M
Upload by Anrimian
Rating 4.3/13.69K+
Content rating Everyone
Requires android 5.0 and up
Updated on Feb 07, 2024

android.Manifest.permission

  • android.permission.BLUETOOTH:
    Allows applications to connect to paired bluetooth devices.
  • android.permission.BLUETOOTH_CONNECT:
    Required to be able to connect to paired Bluetooth devices.
  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.READ_MEDIA_AUDIO:
    Allows an application to read audio files from external storage.
  • android.permission.VIBRATE:
    Allows access to the vibrator.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • com.github.anrimian.musicplayer.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION: