SettingInjectorService.ActionInjectedSettingChanged 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.
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.