I have a BroadcastReceiver catching ACTION_NEW_OUTGOING_CALL events.

In the onReceive() method I'm sending the supplied number to a new
ListActivity, where the user gets to choose various new destination
numbers from a list.

When the user selects a new number from the list I'm then starting a
new ACTION_CALL intent with the new number in the URI field.
Alternatively, the result might be the original number.

How can I let the BroadcastReceiver know that this resulting number
shouldn't be processed yet again?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to