I need a snippet for counting the number of outgoing calls in Android.
All I want to do is something like this:
int num = getTheNumberOfOutgoingCalls(Context c);
I need a snippet for counting the number of outgoing calls in Android.
All I want to do is something like this:
int num = getTheNumberOfOutgoingCalls(Context c);