Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Dear all,
I have a dual sim android phone. I want to read detect to which sim the call has arrived. How can i program to read this.
String phonenumber = bundle
					.getString(TelephonyManager.EXTRA_INCOMING_NUMBER);

Using this i am able to read the incoming phone number. but not the destination number.
any help plz
Posted
Updated 3-Jan-13 17:31pm
v3
Comments
AndroidVivek 3-Jan-13 1:20am    
I thought you also have to use
TelephonyManager.EXTRA_OUGOING_NUMBER to get destination number..
makdu 3-Jan-13 6:58am    
There is nothing like TelephonyManager.EXTRA_OUTGOING_NUMBER

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900