[android-developers] How to autostart a service instead of activity?

2010-06-22 Thread Jeruliu
Hi, I can managed to autostart my activiy when reboot. But however I realized that what should i autostart is not the activiy with UI but a one time function call in background. I used to define the receiver in manifest xml to autostart the activity, this is working good. receiver

Re: [android-developers] How to autostart a service instead of activity?

2010-06-22 Thread Mark Murphy
On Tue, Jun 22, 2010 at 3:55 PM, Jeruliu jeru@gmail.com wrote: Hi, I can managed to autostart my activiy when reboot. But however I realized that what should i autostart is not the activiy with UI but a one time function call in background. I used to define the receiver in manifest xml