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#filterEquals%28android.content.Intent%29 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

