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

Commit 72dd4e8f authored by Hakjun Choi's avatar Hakjun Choi
Browse files

Add a carrier config key to let satellite guidance URL link become carrier configurable

Bug: 330948681
Test: manually test whether URL works as intended on pixel with TMO/SKT SIM
Change-Id: Ibb82610bc418933d08cf85000ce649f3a924c004
parent 7fec47f8
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -9840,6 +9840,16 @@ public class CarrierConfigManager {
    public static final String KEY_SATELLITE_ENTITLEMENT_APP_NAME_STRING =
            "satellite_entitlement_app_name_string";
    /**
     * URL to redirect user to get more information about the carrier support for satellite.
     *
     * The default value is empty string.
     *
     * @hide
     */
    public static final String KEY_SATELLITE_INFORMATION_REDIRECT_URL_STRING =
            "satellite_information_redirect_url_string";
    /**
     * Indicating whether DUN APN should be disabled when the device is roaming. In that case,
     * the default APN (i.e. internet) will be used for tethering.
@@ -10959,6 +10969,7 @@ public class CarrierConfigManager {
        sDefaults.putInt(KEY_SATELLITE_ENTITLEMENT_STATUS_REFRESH_DAYS_INT, 30);
        sDefaults.putBoolean(KEY_SATELLITE_ENTITLEMENT_SUPPORTED_BOOL, false);
        sDefaults.putString(KEY_SATELLITE_ENTITLEMENT_APP_NAME_STRING, "androidSatmode");
        sDefaults.putString(KEY_SATELLITE_INFORMATION_REDIRECT_URL_STRING, "");
        sDefaults.putBoolean(KEY_DISABLE_DUN_APN_WHILE_ROAMING_WITH_PRESET_APN_BOOL, false);
        sDefaults.putString(KEY_DEFAULT_PREFERRED_APN_NAME_STRING, "");
        sDefaults.putBoolean(KEY_SUPPORTS_CALL_COMPOSER_BOOL, false);