Great ! My conclusion was that the system somehow regarder the intents as 'invalid' (why else would it work for only one?).
Thank you for shedding more light on the subject. I would never look at the filterEquals docs myself. It's working now. (I just changed the type) Cheers, Tomislav On Oct 19, 7:20 pm, TreKing <[email protected]> wrote: > On Tue, Oct 19, 2010 at 2:04 AM, Hatch <[email protected]> wrote: > > So does anyone have a clue why it works for one and not for more locations? > > Probably because you're creating the same PendingIntent, as far as the > system is concerned. > Read > this:http://developer.android.com/reference/android/content/Intent.html#fi... > > You should differentiate your Intents somehow - perhaps by using setData(). > > --------------------------------------------------------------------------- > ---------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- 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

