Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fd6185b authored by Shohei Kikkawa's avatar Shohei Kikkawa Committed by takeshi tanigawa
Browse files

Format conference participant phone numbers to national for Japan

Add feature to "format_incoming_number_to_national_for_jp_bool".
This CC has control whether the incoming numbers and the conference call
participant phone numbers should be formatted to national number.

Test: manual
Bug: 232027335

Change-Id: Ica5dab38c19ccb269ca219bc6893169c33af12f4
parent c6350a11
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -5525,8 +5525,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
     */