Android Service completely stopped
I have an android service that I need to stop and restart. In the
service's onDestroy(), I have some clean up code that may take a while to
execute.
Is there away to notify the application that's using the service that it's
finish executing onDestroy()? Or something the application can do to check
if onDestroy() has finish its execution?
No comments:
Post a Comment