Telephony.Carriers.SimApnUri Property

Definition

The content:// style URL for this table.

[Android.Runtime.Register("SIM_APN_URI", ApiSince=29)]
public static Android.Net.Uri SimApnUri { get; }
[<Android.Runtime.Register("SIM_APN_URI", ApiSince=29)>]
static member SimApnUri : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

The content:// style URL for this table. Used for APN query based on current subscription. Instead of specifying carrier matching information in the selection, this API will return all matching APNs from current subscription carrier and queries will be applied on top of that. If there is no match for MVNO (Mobile Virtual Network Operator) APNs, return APNs from its MNO (based on mccmnc) instead. For MSIM, this will return APNs for the default subscription SubscriptionManager#getDefaultSubscriptionId(). To specify subId for MSIM, use Uri#withAppendedPath(Uri, String) to append with subscription id.

Java documentation for android.provider.Telephony.Carriers.SIM_APN_URI.

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