TelephonyManager.UpdateAvailableNetworksMultipleNetworksNotSupported Field

Definition

Carrier app does not support multiple available networks.

[Android.Runtime.Register("UPDATE_AVAILABLE_NETWORKS_MULTIPLE_NETWORKS_NOT_SUPPORTED", ApiSince=30)]
public const int UpdateAvailableNetworksMultipleNetworksNotSupported = 7;
[<Android.Runtime.Register("UPDATE_AVAILABLE_NETWORKS_MULTIPLE_NETWORKS_NOT_SUPPORTED", ApiSince=30)>]
val mutable UpdateAvailableNetworksMultipleNetworksNotSupported : int

Field Value

Value = 7
Attributes

Remarks

Carrier app does not support multiple available networks.

Java documentation for android.telephony.TelephonyManager.UPDATE_AVAILABLE_NETWORKS_MULTIPLE_NETWORKS_NOT_SUPPORTED.

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