Simple System Monitor

ダウンロード: Simple System Monitor APK

  • 最新バージョン
アプリケーションID com.dp.sysmonitor.app
ダウンロード 917.78K
アップロード方法 Darshan Parajuli
評価 4.2/4.6K+
コンテンツのレーティング Everyone
アンドロイドが必要です 4.0
更新日 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: