Possible Duplicate:
How to Start an Application on Startup?
I am new to android and I have my android app. I just want to open my app at start up of my android mobile. Plz tell me How to do this? I am using Eclipse with android sdk 2.3.3
Possible Duplicate:
How to Start an Application on Startup?
I am new to android and I have my android app. I just want to open my app at start up of my android mobile. Plz tell me How to do this? I am using Eclipse with android sdk 2.3.3
If you want to do it pragmatically
then just add this code into application tag of your manifest file and add usages permission into manifest file.
Then
add this class into your project. Please check package name and class name and change it accordingly. If you still have problem then write me.
Give permission in manifest.....
In your receiver give this to intent filter...
Try this code in receiver class.....
For more update about android visit this website.