问题
How to create an android autostart application? my app shows special date notifications and it must automatically start. tnx
回答1:
You can use AlarmManager to schedule a time for when you'd like your application to launch. And you can use BroadcastReceiver to launch your app on a specific operating system event such as boot complete.
来源:https://stackoverflow.com/questions/22014178/how-to-create-an-android-autostart-application