2

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);
Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Lukap
  • 31,523
  • 64
  • 157
  • 244

1 Answers1

2

This tutorial might help you. Edit the codes to suit your application needs.

Zerhinne
  • 1,987
  • 2
  • 22
  • 43