CarrierConfigManager.KeyIsPrivateNetworkBool 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.
Controls whether the subscription is used exclusively for private networks.
[Android.Runtime.Register("KEY_IS_PRIVATE_NETWORK_BOOL", ApiSince=37)]
public const string KeyIsPrivateNetworkBool;
[<Android.Runtime.Register("KEY_IS_PRIVATE_NETWORK_BOOL", ApiSince=37)>]
val mutable KeyIsPrivateNetworkBool : string
Field Value
- Attributes
Remarks
Controls whether the subscription is used exclusively for private networks.
If true, this subscription will be considered a private network subscription. System apps like Settings and SystemUI may adjust their behavior based on this flag.
Android reference for android.telephony.CarrierConfigManager.KEY_IS_PRIVATE_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.