CarrierConfigManager.Gps.KeyEnableNiSuplMessageInjectionBool Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.