Hello, I want the user to enter several addresses and check a check box next to each address if she wants to be notified when she come close to this particular address. I am trying to use addProximityAlert() to do this. I am using the same PendingIntent when calling addProximityAlert() for each address. If the user eventually unchecks one of the addresses then I want to removeProximityAlert() for this address. This removeProximityAlert() takes the PendingIntent as an argument. My question is since I am using the same PendingIntent for all the addresses, how do I identify the particular address that I want to remove from getting proximity alerts?
Thanks, Prasanna -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.