I’ve seen that some apps only start working after a phone reset. Usually are apps that will run silent on the phone. The first time they run they’ll ask for some info or prefs. How does those guys do it?
Share
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.
Welcome to SO!
These “apps” running at startup are basically
Services that the Android framework invokes on startup. If you want your app to be invoked at startup.Instead of
Service, you could also call anActivityhttp://www.androidcompetencycenter.com/2009/06/start-service-at-boot/
BTW, a similar question was posted here. To avoid your question being blocked/closed, it’s best to follow the guidelines here.
Happy Coding! 🙂