Wii Phone

Descargar: Wii Phone APK

  • Última versión
ID de aplicación com.karuzohikari.wiiphone
Descargas 474.81K
Subir por KaruzoHikari
4.2/4.32K+
Teen, Users Interact
Requiere Android 6.0
Actualizado el May 05, 2024

android.Manifest.permission

  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.INTERNET:
    Allows applications to open network sockets.
  • android.permission.QUERY_ALL_PACKAGES:
    Allows query of any normal app on the device, regardless of manifest declarations.
  • 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.REQUEST_DELETE_PACKAGES:
    Allows an application to request deleting packages.
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.