SearchManager.IntentActionSearchSettingsChanged Field

Definition

Intent action broadcasted to inform that the search settings have changed in some way.

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

Field Value

Attributes

Remarks

Intent action broadcasted to inform that the search settings have changed in some way. Either searchables have been enabled or disabled, or a different web search provider has been chosen.

Java documentation for android.app.SearchManager.INTENT_ACTION_SEARCH_SETTINGS_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