Intent.ActionCarrierSetup Field
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.
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.