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

Commit 692ed97d authored by Sanket Padawe's avatar Sanket Padawe Committed by android-build-merger
Browse files

Merge "Disable voice call barring notification for Verizon." into oc-dev

am: d1d3cdcd

Change-Id: I416b9ecd1176db89d6abf11e952b037e57d3429d
parents 162261c3 d1d3cdcd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1397,6 +1397,13 @@ public class CarrierConfigManager {
    public static final String KEY_BOOSTED_LTE_EARFCNS_STRING_ARRAY =
            "boosted_lte_earfcns_string_array";

    /**
     * Key identifying if voice call barring notification is required to be shown to the user.
     * @hide
     */
    public static final String KEY_DISABLE_VOICE_BARRING_NOTIFICATION_BOOL =
            "disable_voice_barring_notification_bool";

    /** The default value for every variable. */
    private final static PersistableBundle sDefaults;

@@ -1633,6 +1640,7 @@ public class CarrierConfigManager {
                null);
        sDefaults.putInt(KEY_LTE_EARFCNS_RSRP_BOOST_INT, 0);
        sDefaults.putStringArray(KEY_BOOSTED_LTE_EARFCNS_STRING_ARRAY, null);
        sDefaults.putBoolean(KEY_DISABLE_VOICE_BARRING_NOTIFICATION_BOOL, false);
    }

    /**