CarrierConfigManager.KeyHidePresetApnDetailsBool 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.
Flag to hide Preset APN details.
[Android.Runtime.Register("KEY_HIDE_PRESET_APN_DETAILS_BOOL", ApiSince=29)]
public const string KeyHidePresetApnDetailsBool;
[<Android.Runtime.Register("KEY_HIDE_PRESET_APN_DETAILS_BOOL", ApiSince=29)>]
val mutable KeyHidePresetApnDetailsBool : string
Field Value
- Attributes
Remarks
Flag to hide Preset APN details. If true, user cannot enter ApnEditor view of Preset APN, and cannot view details of the APN. If false, user can enter ApnEditor view of Preset APN. Default value is false.
Java documentation for android.telephony.CarrierConfigManager.KEY_HIDE_PRESET_APN_DETAILS_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.