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