Question

I am creating a application in which i have to send the IMEI (International Mobile Equipment Identity) number to the server, IMEI is a unique 15-digit serial number. This is to register the device on the server that unique number on the server and then fetch all the details of that device and send it to the server like, call details,wifi,mac address ,messages,contacts e.t.c

How can i fetch both the sims details when there are two SIMs in the device, and there details of both the sims like mobile numbers, call details/history,messages,contacts of both the SIMs separately.

Thanks

Was it helpful?

Solution

You can use TelephonyInfo to get details of the dual sim phone.

for better explanation, have a look at this post.

Android : Check whether the phone is dual SIM

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top