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

Commit 0d66f4a7 authored by andychou's avatar andychou Committed by android-build-merger
Browse files

Merge "Add new carrier config for supporting WPS over IMS" into qt-dev am: 0bf807f2

am: 6fcdd823

Change-Id: Ibdc377fdd5d1e3f17500470b49b6c327d3e534f0
parents 26fbab28 6fcdd823
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2963,6 +2963,15 @@ public class CarrierConfigManager {
    public static final String KEY_GSM_RSSI_THRESHOLDS_INT_ARRAY =
            "gsm_rssi_thresholds_int_array";

    /**
     * Determines whether Wireless Priority Service call is supported over IMS.
     *
     * See Wireless Priority Service from https://www.fcc.gov/general/wireless-priority-service-wps
     * @hide
     */
    public static final String KEY_SUPPORT_WPS_OVER_IMS_BOOL =
            "support_wps_over_ims_bool";

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

@@ -3380,6 +3389,7 @@ public class CarrierConfigManager {
                        -97, /* SIGNAL_STRENGTH_GOOD */
                        -89,  /* SIGNAL_STRENGTH_GREAT */
                });
        sDefaults.putBoolean(KEY_SUPPORT_WPS_OVER_IMS_BOOL, true);
    }

    /**