SearchManager.IntentActionSearchSettingsChanged 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 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.