Simple System Monitor

Descargar: Simple System Monitor APK

  • Última versión
ID de aplicación com.dp.sysmonitor.app
Descargas 917.78K
Subir por Darshan Parajuli
4.2/4.6K+
Everyone
Requiere Android 4.0
Actualizado el Sep 13, 2020

android.Manifest.permission

  • android.permission.DUMP:
    Allows an application to retrieve state dump information from system services.
  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.KILL_BACKGROUND_PROCESSES:
    Allows an application to call ActivityManager.killBackgroundProcesses(String).
  • android.permission.PACKAGE_USAGE_STATS:
    Allows an application to collect component usage statistics
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • 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.
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.
  • com.android.vending.BILLING: