We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c84a7c commit bcdbe12Copy full SHA for bcdbe12
1 file changed
resources/phonemetadata.proto
@@ -269,6 +269,12 @@ message PhoneMetadata {
269
// and all regions associated with that calling code will use the same
270
// setting.
271
optional bool leading_zero_possible = 26 [default=false];
272
+
273
+ // This field is set when this country has implemented mobile number
274
+ // portability. This means that transferring mobile numbers between carriers
275
+ // is allowed. A consequence of this is that phone prefix to carrier mapping
276
+ // is less reliable.
277
+ optional bool mobile_number_portable_region = 32 [default=false];
278
}
279
280
message PhoneMetadataCollection {
0 commit comments