Simple Audiobook Player

다운로드: Simple Audiobook Player APK

  • 최신 버전
애플리케이션 ID mdmt.sabp.free
다운로드 585.9K
업로드 기준 mdmt
평점 4.2/5.28K+
콘텐츠 등급 Everyone
안드로이드가 필요합니다 5.0
업데이트 날짜 May 21, 2023

android.Manifest.permission

  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • 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.READ_MEDIA_IMAGES:
    Allows an application to read image files from external storage.
  • android.permission.READ_MEDIA_VIDEO:
    Allows an application to read video 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.