The topic pretty much says it all.
Android 2.2: How to make an app to run automaticly on startup & how to make an app start another app
|
feedback
|
|
Use in onReceive() method create an Intent for your activity:
| |||||
feedback
|
|
For the application on startup, you need to add the permission
to your manifest. Then do as Vladimir wrote. For starting another app, you need to know the (hopefully official) intent to start it. Otherwise see my reply on question calling an activity that is in another package(android) For example, starting the LastFM app would be like this:
| |||||||
feedback
|