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
This commit is contained in:
committed by
takeshi tanigawa
parent
c6350a111b
commit
7fd6185b0e
@@ -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
|
||||
*/
|
||||
@@ -6429,7 +6430,7 @@ public class CarrierConfigManager {
|
||||
sDefaults.putAll(Ims.getDefaults());
|
||||
sDefaults.putAll(Iwlan.getDefaults());
|
||||
sDefaults.putStringArray(KEY_CARRIER_CERTIFICATE_STRING_ARRAY, new String[0]);
|
||||
sDefaults.putBoolean(KEY_FORMAT_INCOMING_NUMBER_TO_NATIONAL_FOR_JP_BOOL, false);
|
||||
sDefaults.putBoolean(KEY_FORMAT_INCOMING_NUMBER_TO_NATIONAL_FOR_JP_BOOL, false);
|
||||
sDefaults.putIntArray(KEY_DISCONNECT_CAUSE_PLAY_BUSYTONE_INT_ARRAY,
|
||||
new int[] {4 /* BUSY */});
|
||||
sDefaults.putBoolean(KEY_PREVENT_CLIR_ACTIVATION_AND_DEACTIVATION_CODE_BOOL, false);
|
||||
|
||||
Reference in New Issue
Block a user