Re: [android-developers] How to automatically start service

2010-01-14 Thread Mark Murphy
Muralidhar Ogilal wrote: > I am having service inside a .apk file. I want to automatically start > this service when this package is downloaded from the browser and > installed. Is it possible to automatically start the service when the > .apk file gets installed using some special intents. No.

[android-developers] How to automatically start service

2010-01-14 Thread Muralidhar Ogilal
I am having service inside a .apk file. I want to automatically start this service when this package is downloaded from the browser and installed. Is it possible to automatically start the service when the .apk file gets installed using some special intents. I am right now using activity and br