0

This is what I would do normally to get the sim id:

TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
String getSimSerialNumber = tm.getSimSerialNumber();
Petter Friberg
  • 21,252
  • 9
  • 60
  • 109
  • related https://stackoverflow.com/q/16242734/5292302 and https://stackoverflow.com/questions/13472951/get-both-sim-numbers-in-a-dual-sim-android-phone – Petter Friberg Mar 22 '18 at 07:49
  • I want to display the details during calling of the calling sim not the other sim but I don't know how to fetch id of calling sim – Tabrez Ansari Mar 22 '18 at 08:13

0 Answers0