Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to perform some action on phone start up. Is there simply an intent that I can use a Receiver with? or is there more to it?

Thanks, Jason

share|improve this question

1 Answer

up vote 9 down vote accepted

This is fairly simple.

you can also refer this. Instead of starting the servie u will be starting the activity.

share|improve this answer
Thanks, Speedy replay :) – Jason Dec 6 '10 at 18:14
I don't mind marking it. Said I have to wait 10 minutes ;) – Jason Dec 6 '10 at 20:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.