Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Seems this has been a pain for some time now (did quite a bit of research in SO and on the net)

In a nutshell the android documentation states:

  • onReceive will be called before every other lifecycle method calls
  • onDeleted will be called when a widget is removed
  • onDisabled will be called when the last widget is deleted

Well, when deleting a widget neither onReceive nor subsequently onDeleted is being called. Similarly, when the last widget is removed the code does not reach to onDisabled either.

1. This has been an issue since android version 1.5 and continues to be up to now.

Android developers at Google, what was the reason of not fixing this after over 10 major releases?

To everybody else...

Is there any workaround for this regardless how ugly it might be?

Excuse my frustrated tone.

share|improve this question
It seems there is a workaround as described in stackoverflow.com/questions/12385780/… – etienne Dec 21 '12 at 11:14
Thank you @etienne. I caught that too. Still, Google needs to fix it. – Nar Gar Dec 22 '12 at 12:38
On a HTC Flyer not even the onReceive() method is called when the widget is deleted. So no workaround for the Flyer... – Emanuel Moecklin Feb 23 at 4:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.