• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Read the Destination number

makdu

Lurker
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
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]
 
Back
Top Bottom