TelephonyManager.ActionCarrierMessagingClientService Field

Definition

A service action that identifies a android.service.carrier.CarrierMessagingClientService subclass in the AndroidManifest.

[Android.Runtime.Register("ACTION_CARRIER_MESSAGING_CLIENT_SERVICE", ApiSince=29)]
public const string ActionCarrierMessagingClientService;
[<Android.Runtime.Register("ACTION_CARRIER_MESSAGING_CLIENT_SERVICE", ApiSince=29)>]
val mutable ActionCarrierMessagingClientService : string

Field Value

Attributes

Remarks

A service action that identifies a android.service.carrier.CarrierMessagingClientService subclass in the AndroidManifest.xml.

See android.service.carrier.CarrierMessagingClientService for the details.

Java documentation for android.telephony.TelephonyManager.ACTION_CARRIER_MESSAGING_CLIENT_SERVICE.

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