CarrierConfigManager.KeySatelliteRoamingEsosInactivityTimeoutSecInt Field

Definition

An integer key holds the timeout duration in seconds used to determine whether to exit ESOS mode and start TN scanning.

[Android.Runtime.Register("KEY_SATELLITE_ROAMING_ESOS_INACTIVITY_TIMEOUT_SEC_INT", ApiSince=36)]
public const string KeySatelliteRoamingEsosInactivityTimeoutSecInt;
[<Android.Runtime.Register("KEY_SATELLITE_ROAMING_ESOS_INACTIVITY_TIMEOUT_SEC_INT", ApiSince=36)>]
val mutable KeySatelliteRoamingEsosInactivityTimeoutSecInt : string

Field Value

Attributes

Remarks

An integer key holds the timeout duration in seconds used to determine whether to exit ESOS mode and start TN scanning.

The timer is started when the device is not connected, user is not pointing to the satellite and no data transfer is happening. When the timer expires, the device will move to IDLE mode upon which TN scanning will start.

The default value is 600 seconds.

Java documentation for android.telephony.CarrierConfigManager.KEY_SATELLITE_ROAMING_ESOS_INACTIVITY_TIMEOUT_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