How do I get the phone number when there is an incoming call in Android?
you can find solution here
Bundle bundle = intent.getExtras(); String phoneNr= bundle.getString("incoming_number");