简体   繁体   中英

How to remove autostart task in Android

I need to avoid the launch of a specific task once Android has booted (I'm not speaking about protected system tasks).

Once I have obtained the autostart task list, is there any way to remove the selected task from the autostart routine?

I need to avoid the start of specific task at the start of android

The user can uninstall the application that has this "specific task", if the user wants.

Once I have obtained the autostart task list, is there any way to remove the selected of these by the autostart routines?

You have no means of preventing ACTION_BOOT_COMPLETED receivers from functioning. The user can uninstall the application that has this "specific task", if the user wants.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM