[android-beginners] Re: Listen to a service installation

2009-10-02 Thread Valeriano
By service installation I mean when someone calls Context.startService (). I'd like android to call back every time someone calls this method. Is it possible? On Oct 1, 6:34 pm, Paul Turchenko paul.turche...@gmail.com wrote: Dude, there's no such thing as service installation, as for the

[android-beginners] Re: Listen to a service installation

2009-10-02 Thread Mark Murphy
By service installation I mean when someone calls Context.startService (). I'd like android to call back every time someone calls this method. Is it possible? No. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html

[android-beginners] Re: Listen to a service installation

2009-10-01 Thread Paul Turchenko
Dude, there's no such thing as service installation, as for the *.apks, consider listening to *PACKAGE broadcasts. On Oct 1, 11:00 pm, Valeriano tecli...@gmail.com wrote: Hi all, is there a way to listen to a service installation? I'd like android to callback every time a service.onCreate is