Volume Control: Show Native

Descargar: Volume Control: Show Native APK

  • Última versión
ID de aplicación com.iprototypes.volume
Descargas 349.6K
Subir por iPrototypes
4.5/1.26K+
Everyone
Requiere Android 5.0
Actualizado el May 14, 2024

android.Manifest.permission

  • android.permission.ACCESS_NOTIFICATION_POLICY:
    Marker permission for applications that wish to access notification policy.
  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.POST_NOTIFICATIONS:
    Allows an app to post notifications
  • android.permission.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • android.permission.SYSTEM_ALERT_WINDOW:
    Allows an app to create windows using the type WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
  • android.permission.SYSTEM_ERROR_WINDOW:
  • android.permission.VIBRATE:
    Allows access to the vibrator.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.