One of the most popular task killers on Android. Main Features:►Save Battery►Free Memory►Kill Task►Uninstall App►Speed up the phone►View device InfoNote:*Uninstall the older version first before installation if you meet issues(such as widget disappear, cannot start,...).*Add important
android.permission.SYSTEM_ALERT_WINDOW: Allows an app to create windows using the type TYPE_SYSTEM_ALERT, shown on top of all other apps. android.permission.RESTART_PACKAGES: This constant was deprecated in API level 8. The restartPackage(String) API is no longer supported. com.android.launcher.permission.INSTALL_SHORTCUT: Allows an application to install a shortcut in Launcher. com.android.launcher.permission.UNINSTALL_SHORTCUT: Allows an application to uninstall a shortcut in Launcher. android.permission.WAKE_LOCK: Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming. android.permission.INTERNET: Allows applications to open network sockets. android.permission.KILL_BACKGROUND_PROCESSES: Allows an application to call killBackgroundProcesses(String). android.permission.ACCESS_NETWORK_STATE: Allows applications to access information about networks. android.permission.ACCESS_WIFI_STATE: Allows applications to access information about Wi-Fi networks. android.permission.READ_PHONE_STATE: Allows read only access to phone state. android.permission.READ_SYNC_SETTINGS: Allows applications to read the sync settings. android.permission.BLUETOOTH: Allows applications to connect to paired bluetooth devices. android.permission.BLUETOOTH_ADMIN: Allows applications to discover and pair bluetooth devices. android.permission.CHANGE_WIFI_STATE: Allows applications to change Wi-Fi connectivity state. android.permission.CHANGE_NETWORK_STATE: Allows applications to change network connectivity state. android.permission.WRITE_SYNC_SETTINGS: Allows applications to write the sync settings. android.permission.WRITE_SETTINGS: Allows an application to read or write the system settings. android.permission.CLEAR_APP_CACHE: Allows an application to clear the caches of all installed applications on the device. android.permission.GET_PACKAGE_SIZE: Allows an application to find out the space used by any package. android.permission.WRITE_EXTERNAL_STORAGE: Allows an application to write to external storage. android.permission.RECEIVE_BOOT_COMPLETED: Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. android.permission.GET_TASKS: This constant was deprecated in API level 21. No longer enforced. android.permission.READ_EXTERNAL_STORAGE: Allows an application to read from external storage.