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

Commit 261f469a authored by Masaho Nishikawa's avatar Masaho Nishikawa Committed by android-build-merger
Browse files

Merge "Add config to show an alert dialog for video charges" am: 1451124f am: 2c773d3f

am: 513044b2

Change-Id: I94af04cf0fca1dbcb6bb66cddcd473df22790f5f
parents db999ba5 513044b2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1578,6 +1578,14 @@ public class CarrierConfigManager {
    public static final String KEY_NOTIFY_INTERNATIONAL_CALL_ON_WFC_BOOL =
            "notify_international_call_on_wfc_bool";

    /**
     * Flag specifying whether to show an alert dialog for video call charges.
     * By default this value is {@code false}.
     * @hide
     */
    public static final String KEY_SHOW_VIDEO_CALL_CHARGES_ALERT_DIALOG_BOOL =
            "show_video_call_charges_alert_dialog_bool";

    /**
     * An array containing custom call forwarding number prefixes that will be blocked while the
     * device is reporting that it is roaming. By default, there are no custom call
@@ -2123,6 +2131,7 @@ public class CarrierConfigManager {
        sDefaults.putBoolean(KEY_DISPLAY_VOICEMAIL_NUMBER_AS_DEFAULT_CALL_FORWARDING_NUMBER_BOOL,
                false);
        sDefaults.putBoolean(KEY_NOTIFY_INTERNATIONAL_CALL_ON_WFC_BOOL, false);
        sDefaults.putBoolean(KEY_SHOW_VIDEO_CALL_CHARGES_ALERT_DIALOG_BOOL, false);
        sDefaults.putStringArray(KEY_CALL_FORWARDING_BLOCKS_WHILE_ROAMING_STRING_ARRAY,
                null);
        sDefaults.putInt(KEY_LTE_EARFCNS_RSRP_BOOST_INT, 0);