I want my android app to start when a phone receives a call and to get the incoming phone number, i what to be able to put button on the screen of the incoming call and before that to be able to get the number calling, it would be of much help i anyone can refer me to some examples or materials. thx
Share
This will toast and log the incomming number…
dont forget the manifest file
< receiver
android:name=”.CallReceiveD”>
< action android:name=”android.intent.action.PHONE_STATE” />