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

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

Merge "Disable voice call barring notification for Verizon."

am: e0f0f6ca

Change-Id: Ia30a4e2dd76b5fcaced93ccbe16720c4ef808d2c
parents e61a30f6 e0f0f6ca
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1245,6 +1245,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;

@@ -1463,6 +1470,7 @@ public class CarrierConfigManager {
        sDefaults.putBoolean(KEY_NOTIFY_INTERNATIONAL_CALL_ON_WFC_BOOL, false);
        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);
    }

    /**