Simple Music Player

Download: Simple Music Player APK

  • Latest Version
Application ID com.simplemobiletools.musicplayer
Downloads 4.83M
Upload by Simple Mobile Tool
Rating 4.4/29.79K+
Content rating Everyone, In-App Purchases
Requires android 6.0 and up
Updated on Oct 17, 2023

android.Manifest.permission

  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK:
    Allows a regular application to use Service.startForeground with the type "mediaPlayback".
  • android.permission.MODIFY_AUDIO_SETTINGS:
    Allows an application to modify global audio settings.
  • android.permission.POST_NOTIFICATIONS:
    Allows an app to post notifications
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • android.permission.READ_MEDIA_AUDIO:
    Allows an application to read audio files from external storage.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.