Share via


SettingInjectorService.ActionInjectedSettingChanged Field

Definition

Intent action a client should broadcast when the value of one of its injected settings has changed, so that the setting can be updated in the UI.

[Android.Runtime.Register("ACTION_INJECTED_SETTING_CHANGED")]
public const string ActionInjectedSettingChanged;
[<Android.Runtime.Register("ACTION_INJECTED_SETTING_CHANGED")>]
val mutable ActionInjectedSettingChanged : string

Field Value

Attributes

Remarks

Intent action a client should broadcast when the value of one of its injected settings has changed, so that the setting can be updated in the UI.

Java documentation for android.location.SettingInjectorService.ACTION_INJECTED_SETTING_CHANGED.

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