Hello, I have a widget that on its onEnabled I am using a singleton that behind the scenes starts fetching information from the web using a background thread. After a while a see that everything stops working and on LogCat I can see "No longer want" message.
What happens when I see this message? does the memory gets cleaned ? (I'm quite sure not because the widget continues to work correctly), are threads stop working ? (I can see Handler deferred tasks are not working anymore). Can anyone explain what exactly is not needed ? Thanks. -- 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

