CarrierConfigManager.Gps.KeyPersistLppModeBool 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 current lpp_mode used for E-911 needs to be kept persistently.
[Android.Runtime.Register("KEY_PERSIST_LPP_MODE_BOOL", ApiSince=30)]
public const string KeyPersistLppModeBool;
[<Android.Runtime.Register("KEY_PERSIST_LPP_MODE_BOOL", ApiSince=30)>]
val mutable KeyPersistLppModeBool : string
Field Value
- Attributes
Remarks
Determine whether current lpp_mode used for E-911 needs to be kept persistently. false
- not keeping the lpp_mode means using default configuration of gps.conf when sim is not presented. true
- current lpp_profile of carrier will be kepted persistently even after sim is removed. This is default.
Java documentation for android.telephony.CarrierConfigManager.Gps.KEY_PERSIST_LPP_MODE_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.