ServiceState.Roaming Property

Definition

Get current roaming indicator of phone.

public virtual bool Roaming { [Android.Runtime.Register("getRoaming", "()Z", "GetGetRoamingHandler")] get; [Android.Runtime.Register("setRoaming", "(Z)V", "GetSetRoaming_ZHandler")] set; }
[<get: Android.Runtime.Register("getRoaming", "()Z", "GetGetRoamingHandler")>]
[<set: Android.Runtime.Register("setRoaming", "(Z)V", "GetSetRoaming_ZHandler")>]
member this.Roaming : bool with get, set

Property Value

true if TS 27.007 7.2 roaming is true and ONS is different from SPN

Attributes

Remarks

Get current roaming indicator of phone. This roaming state could be overridden by the carrier config. (note: not just decoding from TS 27.007 7.2)

Java documentation for android.telephony.ServiceState.getRoaming().

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