Język

DataRoamingMode Enum

Definition

public enum DataRoamingMode
type DataRoamingMode = 
Inheritance
DataRoamingMode

Fields

Name Value Description
Disable 0

Indicates that data roaming is disabled for a subscription

Android reference for android.telephony.SubscriptionManager.DATA_ROAMING_DISABLE.

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.

Enable 1

Indicates that data roaming is enabled for a subscription

Android reference for android.telephony.SubscriptionManager.DATA_ROAMING_ENABLE.

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.

Remarks

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