Skip to content
flyapp007 edited this page Nov 13, 2015 · 2 revisions

android.permission.KILL_BACKGROUND_PROCESSES

This permission is to help you kill the certain processes running on your cellphone, then you can save the phone’s power and use it for a longer time in low-power situation. This permission is very necessary for this functional purpose.

android.permission.WRITE_EXTERNAL_STORAGE

This permission is for the functional purpose of Timing Switch. When you add time configuration in this function, the app will store your personal configuration in the device via sqlite, then the app can use it in future.

android.permission.GET_TASKS

This permission is to help you find out the current tasks running on your cellphone, and you can know which app is consuming more power via power consumption rank. Then you can kill the process if you wish to save your phone’s power. That is why this permission is needed.

android.permission.MOUNT_UNMOUNT_FILESYSTEMS

This permission is to allows mounting and unmounting file systems for removable storage.

android.permission.RECEIVE_BOOT_COMPLETED

This permission is to launch the Cleaner after the system startup.

com.android.launcher.permission.INSTALL_SHORTCUT,com.android.launcher.permission.UNINSTALL_SHORTCUT

These two permissions is to uninstall the shortcut.

Clone this wiki locally