Language

CarrierConfigManager.KeyIsPrivateNetworkBool Field

Definition

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.

Applies to