Freigeben über


CarrierConfigManager.KeySatelliteConnectionHysteresisSecInt Field

Definition

The carrier-enabled satellite connection hysteresis time in seconds for which the device continues in satellite mode after it loses the connection with the satellite network.

[Android.Runtime.Register("KEY_SATELLITE_CONNECTION_HYSTERESIS_SEC_INT", ApiSince=35)]
public const string KeySatelliteConnectionHysteresisSecInt;
[<Android.Runtime.Register("KEY_SATELLITE_CONNECTION_HYSTERESIS_SEC_INT", ApiSince=35)>]
val mutable KeySatelliteConnectionHysteresisSecInt : string

Field Value

Attributes

Remarks

The carrier-enabled satellite connection hysteresis time in seconds for which the device continues in satellite mode after it loses the connection with the satellite network.

If the device is in satellite mode, the following actions will be taken by the device: <ul> <li>System UI will continue showing the satellite icon.</li> <li>When there is an ongoing emergency call, and the IMS is not registered, and cellular service is not available, and the device is in satellite mode, a timer with a duration defined by the overlay config config_emergency_call_wait_for_connection_timeout_millis will be started. When the timer expires, Telephony will send the event TelephonyManager#EVENT_DISPLAY_EMERGENCY_MESSAGE to Dialer, which will then prompt users to switch to using satellite emergency messaging.</li> </ul>

The default value is 300 seconds.

Java documentation for android.telephony.CarrierConfigManager.KEY_SATELLITE_CONNECTION_HYSTERESIS_SEC_INT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to