Merge "Format conference participant phone numbers to national for Japan"

This commit is contained in:
Treehugger Robot
2023-02-07 22:37:04 +00:00
committed by Gerrit Code Review

View File

@@ -8254,8 +8254,9 @@ public class CarrierConfigManager {
"carrier_certificate_string_array"; "carrier_certificate_string_array";
/** /**
* Flag specifying whether the incoming call number should be formatted to national number * Flag specifying whether the incoming call number and the conference participant number
* for Japan. @return {@code true} convert to the national format, {@code false} otherwise. * should be formatted to national number for Japan.
* @return {@code true} convert to the national format, {@code false} otherwise.
* e.g. "+819012345678" -> "09012345678" * e.g. "+819012345678" -> "09012345678"
* @hide * @hide
*/ */