Skip to content

Commit 8834538

Browse files
author
John Wang
committed
Change "uk" to "gb" in COUNTRY_CODES.
Since MccTable uses "gb" instead of "uk" for United Kingdom. bug:6465783 Change-Id: Ifc2e2e7e72bd8405c698474d2ab9d01cb4ca006b
1 parent 43a760b commit 8834538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telephony/java/com/android/internal/telephony/ServiceStateTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public abstract class ServiceStateTracker extends Handler {
146146
"ci", // Cote d'Ivoire
147147
"eh", // Western Sahara
148148
"fo", // Faroe Islands, Denmark
149+
"gb", // United Kingdom of Great Britain and Northern Ireland
149150
"gh", // Ghana
150151
"gm", // Gambia
151152
"gn", // Guinea
@@ -161,7 +162,6 @@ public abstract class ServiceStateTracker extends Handler {
161162
"sn", // Senegal
162163
"st", // Sao Tome and Principe
163164
"tg", // Togo
164-
"uk", // U.K
165165
};
166166

167167
/** Reason for registration denial. */

0 commit comments

Comments
 (0)