Detect incoming video call in android
I want to know how to detect an incoming Video call on android device?
Actually there are lots of documentation on detecting incoming phone calls
but I couldn't find any information on detecting incoming native video
calls in android?
I found source code of Samsung Phone.apk and find this method
localConnection.getCall().isVideoCall() or
this.mPhone.getForegroundCall().isVideoCall() that detect VideoCall but
this method needs import com.android.internal.telephony.* and this is not
allowed for third party applications.
I think to call this classes need use reflection.
So may you let me know on this?
and excuse me i cant speak English very well but i think you understand me.
No comments:
Post a Comment