TelephonyManager.UiccCardsInfo Property

Definition

Gets information about currently inserted UICCs and eUICCs.

public virtual System.Collections.Generic.IList<Android.Telephony.UiccCardInfo> UiccCardsInfo { [Android.Runtime.Register("getUiccCardsInfo", "()Ljava/util/List;", "GetGetUiccCardsInfoHandler", ApiSince=29)] [Android.Runtime.RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE")] get; }
[<get: Android.Runtime.Register("getUiccCardsInfo", "()Ljava/util/List;", "GetGetUiccCardsInfoHandler", ApiSince=29)>]
[<get: Android.Runtime.RequiresPermission("android.permission.READ_PRIVILEGED_PHONE_STATE")>]
member this.UiccCardsInfo : System.Collections.Generic.IList<Android.Telephony.UiccCardInfo>

Property Value

IList<UiccCardInfo>

a list of UiccCardInfo objects, representing information on the currently inserted UICCs and eUICCs. Each UiccCardInfo in the list will have private information filtered out if the caller does not have adequate permissions for that card.

Attributes

Remarks

Java documentation for android.telephony.TelephonyManager.getUiccCardsInfo().

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