Loading src/java/com/android/internal/telephony/MccTable.java +1 −1 Original line number Diff line number Diff line Loading @@ -418,7 +418,7 @@ public final class MccTable { String country = MccTable.countryCodeForMcc(mcc); Slog.d(LOG_TAG, "WIFI_COUNTRY_CODE set to " + country); WifiManager wM = (WifiManager) context.getSystemService(Context.WIFI_SERVICE); wM.setCountryCode(country, false); wM.setCountryCode(country); } static { Loading src/java/com/android/internal/telephony/Phone.java +1 −1 Original line number Diff line number Diff line Loading @@ -526,7 +526,7 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { // note this is not persisting WifiManager wM = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE); wM.setCountryCode(country, false); wM.setCountryCode(country); } } Loading Loading
src/java/com/android/internal/telephony/MccTable.java +1 −1 Original line number Diff line number Diff line Loading @@ -418,7 +418,7 @@ public final class MccTable { String country = MccTable.countryCodeForMcc(mcc); Slog.d(LOG_TAG, "WIFI_COUNTRY_CODE set to " + country); WifiManager wM = (WifiManager) context.getSystemService(Context.WIFI_SERVICE); wM.setCountryCode(country, false); wM.setCountryCode(country); } static { Loading
src/java/com/android/internal/telephony/Phone.java +1 −1 Original line number Diff line number Diff line Loading @@ -526,7 +526,7 @@ public abstract class Phone extends Handler implements PhoneInternalInterface { // note this is not persisting WifiManager wM = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE); wM.setCountryCode(country, false); wM.setCountryCode(country); } } Loading