How do I change the Mobile Country Code (MCC) in the Android Emulator?

Posted by neu242 on Stack Overflow See other posts from Stack Overflow or by neu242
Published on 2010-04-14T13:15:43Z Indexed on 2010/04/14 14:33 UTC
Read the original article Hit count: 184

My Android application needs to react differently to different Mobile Country Codes.

It seems like it is hardcoded to mcc310 (US). I can read this value from TelephonyManager.getSimCountryIso() or by using a resource folder like res/values-mcc123/, but how do I set this value in the emulator?

© Stack Overflow or respective owner

Related posts about android

Related posts about mcc