DontKillMyApp: Make apps work

下载: DontKillMyApp: Make apps work APK

  • 最新版本
应用程序 ID com.urbandroid.dontkillmyapp
下载 514.69K
上传者 Petr Nálevka (Urbandroid)
4.5/8.71K+
Everyone
需要 android 7.0
更新日期 Sep 07, 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.POST_NOTIFICATIONS:
    Allows an app to post notifications
  • android.permission.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • android.permission.SCHEDULE_EXACT_ALARM:
    Allows applications to use exact alarm APIs.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.