06-08-2012 05:01 PM
When running the following code on different emulators I get inconsistent return values:
int nMNC = RadioInfo.getMNC(RadioInfo.getCurrentNetworkIndex(
With the country set to 302 (Canada) I get the following values returned:
There doesn't seem to be any way to tell whether the API thinks the MCC is HEX or DEC.
For example MCC=520 (hex 0x208), on the 8520/8900/9700 would be Thailand, but on the 9550/9630 it would be France.
Is there anyway to know what the value being returned is?
I'm seeing the same thing on devices.
Thanks in advance,
Andy.
06-08-2012 05:18 PM