Intent.ActionCarrierSetup Field

Definition

Activity Action: Main entry point for carrier setup apps.

[Android.Runtime.Register("ACTION_CARRIER_SETUP", ApiSince=26)]
public const string ActionCarrierSetup;
[<Android.Runtime.Register("ACTION_CARRIER_SETUP", ApiSince=26)>]
val mutable ActionCarrierSetup : string

Field Value

Implements

Attributes

Remarks

Activity Action: Main entry point for carrier setup apps.

Carrier apps that provide an implementation for this action may be invoked to configure carrier service and typically require android.telephony.TelephonyManager#hasCarrierPrivileges() carrier privileges to fulfill their duties.

Java documentation for android.content.Intent.ACTION_CARRIER_SETUP.

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