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

Commit 5becb8f3 authored by Sarah Chin's avatar Sarah Chin Committed by Gerrit Code Review
Browse files

Merge "Temporary fix to prevent TEMPORARILY_NOT_METERED leak"

parents 58448826 ad5413f7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -4124,6 +4124,13 @@ public class CarrierConfigManager {
     */
    public static final String KEY_USE_ACS_FOR_RCS_BOOL = "use_acs_for_rcs_bool";

    /**
     * Indicates temporarily unmetered mobile data is supported by the carrier.
     * @hide
     */
    public static final String KEY_NETWORK_TEMP_NOT_METERED_SUPPORTED_BOOL =
            "network_temp_not_metered_supported_bool";

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

@@ -4673,6 +4680,7 @@ public class CarrierConfigManager {
        sDefaults.putString(KEY_CALL_COMPOSER_PICTURE_SERVER_URL_STRING, "");
        sDefaults.putBoolean(KEY_USE_LOWER_MTU_VALUE_IF_BOTH_RECEIVED, false);
        sDefaults.putBoolean(KEY_USE_ACS_FOR_RCS_BOOL, false);
        sDefaults.putBoolean(KEY_NETWORK_TEMP_NOT_METERED_SUPPORTED_BOOL, false);
        sDefaults.putInt(KEY_DEFAULT_RTT_MODE_INT, 0);
    }