CarrierConfigManager.KeyForceHomeNetworkBool 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.
Override the platform's notion of a network operator being considered non roaming.
[Android.Runtime.Register("KEY_FORCE_HOME_NETWORK_BOOL", ApiSince=23)]
public const string KeyForceHomeNetworkBool;
[<Android.Runtime.Register("KEY_FORCE_HOME_NETWORK_BOOL", ApiSince=23)>]
val mutable KeyForceHomeNetworkBool : string
Field Value
- Attributes
Remarks
Override the platform's notion of a network operator being considered non roaming. If true all networks are considered as home network a.k.a. non-roaming. When false, the 2 pairs of CMDA and GSM roaming/non-roaming arrays are consulted.
Java documentation for android.telephony.CarrierConfigManager.KEY_FORCE_HOME_NETWORK_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.