> I was using a BroadcastReceiver as the Service has ProximityAlerts set > up , each of which expects a PendingIntent. I had each PendingIntent > send a broadcast. I guess I'll need to use PendingIntent.getService() > to start the process of notification or call method on the listener. Actually I'll just scrap using ProximityAlerts and do tha calculations myself. Then I can do away with PendingIntents and act on location updates as you describe.
It looks like the getService() is for a different scenario. Thanks again for the help! -- 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

