I'm currently having issues with my widget. I'm using a Droid 2 phone and when I open the keyboard the screen rotates and my widget never calls the onUpdate() function call.
In efforts to debug the issue I overwrote the onReceive() and noticed that after the screen is rotated I get the intent action:
com.motorola.blur.home.ACTION_WIDGET_ADDED
After the rotation of the screen the TextViews loose their content so I need to be able to set text after the rotation. I usually set the text at the onUpdate() call.
Anyone have any ideas why this issue? I'm sure I'm doing something wrong...
Thanks,
-Jona