I have a widget that just will not die!
I have
which does not appear to be called? (I also have a "Service_destroy" similar to the above.)
When I do delete the widget from my homescreen, I can see in the logs that "** Service (widgetservice) Destroy **" does get called, but not ""rv_Disabled".
Any ideas as to what is going wrong? or a workaround to kill the zombie widget when it is removed from the homescreen?
I have
B4X:
Sub rv_Disabled
Log(">>STOP SERVICE")
StopService("")
End Sub
When I do delete the widget from my homescreen, I can see in the logs that "** Service (widgetservice) Destroy **" does get called, but not ""rv_Disabled".
Any ideas as to what is going wrong? or a workaround to kill the zombie widget when it is removed from the homescreen?
Last edited: