i need to get the number that i am calling from my android device programmatically. what i'm doing now is the following:
i listen for android.intent.action.PHONE_STATE being broadcasted which means that either i am being called or am calling (or receiving an sms etc.)
in a BroadcastReceiver i retrieve the extra "incoming_number" from the intent... so far so good - but sadly i cannot get the number which is being called if I initiate the call... how do i do this?