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 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.