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

Commit 2f3ed8af authored by Thomas Stuart's avatar Thomas Stuart
Browse files

cleanup flag doNotOverridePreciseLabels

Flag: EXEMPT flag cleanup
Fixes: 409612662
Test: existing unit tests
Change-Id: I4bbf711579d7076d2850a9898d13488c3be033dc
parent 3bf9f89b
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -11340,12 +11340,7 @@ public class CarrierConfigManager {
        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);
        if (Flags.doNotOverridePreciseLabel()) {
        sDefaults.putIntArray(KEY_DISCONNECT_CAUSE_PLAY_BUSYTONE_INT_ARRAY, new int[]{});
        } else {
            sDefaults.putIntArray(KEY_DISCONNECT_CAUSE_PLAY_BUSYTONE_INT_ARRAY,
                    new int[]{4 /* BUSY */});
        }
        sDefaults.putBoolean(KEY_PREVENT_CLIR_ACTIVATION_AND_DEACTIVATION_CODE_BOOL, false);
        sDefaults.putLong(KEY_DATA_SWITCH_VALIDATION_TIMEOUT_LONG, 5000);
        sDefaults.putStringArray(KEY_MMI_TWO_DIGIT_NUMBER_PATTERN_STRING_ARRAY, new String[0]);