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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The user can uninstall the application that has this “specific task”, if the user wants.
You have no means of preventing
ACTION_BOOT_COMPLETEDreceivers from functioning. The user can uninstall the application that has this “specific task”, if the user wants.