Skip to content

Commit dabf4e4

Browse files
John WangAndroid (Google) Code Review
authored andcommitted
Merge "Change "uk" to "gb" in COUNTRY_CODES." into jb-dev
2 parents 29bb6d9 + 8834538 commit dabf4e4

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)