Brightness Adjuster

Baixar: Brightness Adjuster APK

  • Versão mais recente
ID do aplicativo net.akihiro.brightnessadjuster
Baixar 109.09K
Enviar por Topaz29
Classificação 3.5/297+
Classificação do conteúdo Everyone
Requer Android 4.0
Atualizado em Jul 13, 2022

android.Manifest.permission

  • android.permission.BIND_NOTIFICATION_LISTENER_SERVICE:
    Must be required by an NotificationListenerService, to ensure that only the system can bind to it.
  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • 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.WRITE_SETTINGS:
    Allows an application to read or write the system settings.