| Author |
Running Services immediately after the apk is installed on the device.
|
Monu Tripathi
Rancher
Joined: Oct 12, 2008
Posts: 1365
|
|
The application that I am working on is basically a background service(No UI as of now). This service is to run almost always for the time device is ON.
So, I have a BroadcastReceiver in my application that filters "BOOT_COMPLETED" Intent action and attempts to start the service. Now, this will ensure that the service is started on Device boot always. I also want the service to be started immediately after the apk file for the application is installed on the device.
I am not sure how or whether this could be achieved.
Please help.
Thanks in advance.
|
[List of FAQs] | [Android FAQ] | [My Blog] | [Samuh Varta]
|
 |
 |
|
|
subject: Running Services immediately after the apk is installed on the device.
|
|
|