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

Commit f6414d42 authored by pkanwar's avatar pkanwar Committed by android-build-merger
Browse files

Allow Carriers to specify Wifi Networks.

am: 1ec8fe94

Change-Id: I8bd0366bbbfd391af8328cf7bd1a2f81efb9a0d7
parents a034e7b4 1ec8fe94
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1049,6 +1049,12 @@ public class CarrierConfigManager {
    public static final String KEY_EDITABLE_WFC_ROAMING_MODE_BOOL =
            "editable_wfc_roaming_mode_bool";

    /**
     * Carrier specified WiFi networks.
     * @hide
     */
    public static final String KEY_CARRIER_WIFI_STRING_ARRAY = "carrier_wifi_string_array";

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

@@ -1231,6 +1237,7 @@ public class CarrierConfigManager {
        sDefaults.putStringArray(FILTERED_CNAP_NAMES_STRING_ARRAY, null);
        sDefaults.putBoolean(KEY_EDITABLE_WFC_ROAMING_MODE_BOOL, false);
        sDefaults.putBoolean(KEY_STK_DISABLE_LAUNCH_BROWSER_BOOL, false);
        sDefaults.putStringArray(KEY_CARRIER_WIFI_STRING_ARRAY, null);
    }

    /**