Night Mode (ver. 2024)

Télécharger: Night Mode (ver. 2024) APK

  • Dernière version
ID d'application ru.spacewhale.nightmode
Téléchargements 35.93K
Télécharger par Dmitry Klimkov
Note 4.4/830+
Everyone
Nécessite Android 6.0
Mise à jour le Dec 18, 2023

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.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.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.