Hi all,

I am starting a service from a broadcast receiver, using
android:process=":remote",  which from what I understand means unbind.
That BR dies.
The service is runs some TTS (text2speach) in a cycle until a second
broadcast receiver comes into action and executes stopService.

I am using action names to start and stop the service.

The problem I am having is that after the stopService is executed the
service is still alive for a good 20 seconds when finally dies from
timeout. The other think I notice is that onDestroy()  is never
called.

Am I doing something silly (I know the answer is yes!) :)

Thanks for the help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to