Hello can anyone explain the use of PhoneSateIntentReceiver.NotifyPhoneCallState in android and when this can be used...??
It would be great if you can give some example also.
thanks a lot.
Hello can anyone explain the use of PhoneSateIntentReceiver.NotifyPhoneCallState in android and when this can be used...??
It would be great if you can give some example also.
thanks a lot.
for incoming phone calls . But don't use it ,just use android.telephony.TelephonyManager and PhoneStateListener instead.
However , PhoneSateIntentReceiver.NotifyPhoneCallState is deprecated but earlier it was used to get notify for incoming phone calls .