Quote:
Originally Posted by Dougsg38p You can get the MCC (country code) from IdenInfo of GPRSInfo, or you can use Locale.getCountry().
It's all in the javadocs. |
nah mate, I get a four digit code...
When I tried this String a = Locale.this.getDisplayCountry();
I got error: No enclosing instance of the type Locale is accessible in scope.