onReceive of Android Home Screen Widget not working when recreating the widget
Posted
by jmontex2
on Stack Overflow
See other posts from Stack Overflow
or by jmontex2
Published on 2010-06-13T08:17:05Z
Indexed on
2010/06/13
8:22 UTC
Read the original article
Hit count: 557
whenever I recreate the home screen widget on my phone, the onReceive() method is not called.
the problem would be that it doesn't respond to Button press that I assign which its function resides in the onReceive method..
The issue does not reside on the emulator but when I tested it with my phone, it doesnt respond to it.
What would be the best solution for it?
© Stack Overflow or respective owner