Dear all,
My phone has a virtual number also associated with same sim number(Second number). I like to know whether a call coming is to the main number or other number. i.e if my virtual number is 9784585, then using toast, i want to display
.
How can i do this.
i am able to read the caller number using [HIGH]String phonenumber = bundle.getString(TelephonyManager.EXTRA_INCOMING_NUMBER);[/HIGH]
My phone has a virtual number also associated with same sim number(Second number). I like to know whether a call coming is to the main number or other number. i.e if my virtual number is 9784585, then using toast, i want to display
HTML:
You are receiving call on your virtual number 9784585
How can i do this.
i am able to read the caller number using [HIGH]String phonenumber = bundle.getString(TelephonyManager.EXTRA_INCOMING_NUMBER);[/HIGH]
