Simple Music Player

Descargar: Simple Music Player APK

  • Última versión
ID de aplicación com.inglesdivino.simplemusicplayer
Descargas 31.85K
Subir por Inglesdivino
Everyone, Users Interact
Requiere Android 4.1
Actualizado el Mar 02, 2024

android.Manifest.permission

  • android.permission.BLUETOOTH:
    Allows applications to connect to paired bluetooth devices.
  • 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.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.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.