TelephonyManager.EquivalentHomePlmns Property
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.
Returns a list of the equivalent home PLMNs (EF_EHPLMN) from the USIM app.
public virtual System.Collections.Generic.IList<string> EquivalentHomePlmns { [Android.Runtime.Register("getEquivalentHomePlmns", "()Ljava/util/List;", "GetGetEquivalentHomePlmnsHandler", ApiSince=31)] [Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")] get; }
[<get: Android.Runtime.Register("getEquivalentHomePlmns", "()Ljava/util/List;", "GetGetEquivalentHomePlmnsHandler", ApiSince=31)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")>]
member this.EquivalentHomePlmns : System.Collections.Generic.IList<string>
Property Value
A list of equivalent home PLMNs. Returns an empty list if EF_EHPLMN is empty or does not exist on the SIM card.
- Attributes
Remarks
Returns a list of the equivalent home PLMNs (EF_EHPLMN) from the USIM app.
Requires Permission: android.Manifest.permission#READ_PHONE_STATE READ_PHONE_STATE
or that the calling app has carrier privileges (see #hasCarrierPrivileges
).
Java documentation for android.telephony.TelephonyManager.getEquivalentHomePlmns()
.
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.