http://developer.android.com/reference/android/app/PendingIntent.html
>>> If the creating application later re-retrieves the same kind of PendingIntent (same operation, same Intent action, data, categories, and components, and same flags), it will receive a PendingIntent representing the same token <<< Note that the list of things making an intent unique does not mention extras. -- K 2012/5/16 Skip Morrow <[email protected]> > I am trying to create an AppWidget that allows for independently > configured multiple instances. I can create the AppWidgets just fine, but > when I click on them, they always want to do the same thing. So I have > searched high and low, and everyone talks about putting the appWidgetId in > an extra in the intent. I have tried that, but even the extras come in all > the same. They always hold the appWidgetId for the lat-added widget. Here > is a post where someone supposed ly it this way: > http://stackoverflow.com/questions/4225197/android-multiple-appwidgets-playing-diferent-sounds. > I have posted on StackOverflow, trying to get some help, but no one has > responded ( > http://stackoverflow.com/questions/10607518/android-appwidget-multiple-instances). > I was hoping that someone here could point me to some actual complete > working code that I can look at and see where I am missing something. > Please? :) > > -- > 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 -- 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

