[android-developers] Re: BroadcastReceiver not receiving PROXIMITY_ALERTs

2008-10-15 Thread churam
Does this work with multiple proximityalerts? As long as I only add one proximityalert, everything is fine. When I try to add more no alerts are received. On Aug 28, 3:54 pm, woodm [EMAIL PROTECTED] wrote: Nevermind...it was a /stupid/ mistake. The PendingIntent I was supplying was fetched

[android-developers] Re: BroadcastReceiver not receiving PROXIMITY_ALERTs

2008-10-15 Thread churam
I found the problem. I had to specify an unique requestcode, although it is stated in the API documentation that this is not currently used. On Oct 15, 6:39 pm, churam [EMAIL PROTECTED] wrote: Does this work with multiple proximityalerts? As long as I only add one proximityalert, everything