CarrierConfigManager.Gps.KeyEnableNiSuplMessageInjectionBool Field

Definition

Determine whether to enable Net Initiated SUPL (NI SUPL) message injection.

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

Field Value

Attributes

Remarks

Determine whether to enable Net Initiated SUPL (NI SUPL) message injection. If enabled, the GnssLocationProvider will monitor for WAP PUSH or MT SMS NI SUPL intents and subsequently inject the NI SUPL packet into the GNSS HAL. false - Disable NI SUPL message injection. This is default. true - Enable NI SUPL message injection.

Java documentation for android.telephony.CarrierConfigManager.Gps.KEY_ENABLE_NI_SUPL_MESSAGE_INJECTION_BOOL.

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