Language

Telephony.Sms.Intents.ActionExternalProviderChange Field

Definition

Broadcast action: When a change is made to the SmsProvider or MmsProvider by a process other than the default SMS application, this intent is broadcast to the default SMS application so it can re-sync or update the change.

[Android.Runtime.Register("ACTION_EXTERNAL_PROVIDER_CHANGE", ApiSince=24)]
public const string ActionExternalProviderChange;
[<Android.Runtime.Register("ACTION_EXTERNAL_PROVIDER_CHANGE", ApiSince=24)>]
val mutable ActionExternalProviderChange : string

Field Value

Attributes

Remarks

Broadcast action: When a change is made to the SmsProvider or MmsProvider by a process other than the default SMS application, this intent is broadcast to the default SMS application so it can re-sync or update the change. The uri that was used to call the provider can be retrieved from the intent with getData(). The actual affected uris (which would depend on the selection specified) are not included.

Android reference for android.provider.Telephony.Sms.Intents.ACTION_EXTERNAL_PROVIDER_CHANGE.

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