Simple Music Player

Baixar: Simple Music Player APK

  • Versão mais recente
ID do aplicativo com.inglesdivino.simplemusicplayer
Baixar 31.85K
Enviar por Inglesdivino
Classificação do conteúdo Everyone, Users Interact
Requer Android 4.1
Atualizado em 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.