I have a wdiget containing an imageView. On this imageView i put a pendingIntent so i can click on it. It works, but sometimes (can be once a day) the pendingIntent is not sent, and the widget does nothing. I have to delete the widget and put it again to get it work.
How can i have a permanent pendingIntent on my imageView ? -- The pendingIntent is added in the onUpdate method of my main class which extends AppWidgetProvider -- 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

