How can we read NetworkType() of both sim cards individually on a dual sim device?

18 Views Asked by At
telephonyManager.NetworkType();

above android code only able to get Networktype() of active sim card.

is there any method or command to read NetworkType() of both sim cards individually on a dual sim device. I search lot in internet and did not found any relevant method.

0

There are 0 best solutions below