SearchManager.ExtraWebSearchPendingintent 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.
Extra data key for Intent#ACTION_WEB_SEARCH
.
[Android.Runtime.Register("EXTRA_WEB_SEARCH_PENDINGINTENT")]
public const string ExtraWebSearchPendingintent;
[<Android.Runtime.Register("EXTRA_WEB_SEARCH_PENDINGINTENT")>]
val mutable ExtraWebSearchPendingintent : string
Field Value
- Attributes
Remarks
Extra data key for Intent#ACTION_WEB_SEARCH
. If set, the value must be a PendingIntent
. The search activity handling the Intent#ACTION_WEB_SEARCH
intent will fill in and launch the pending intent. The data URI will be filled in with an http or https URI, and android.provider.Browser#EXTRA_HEADERS
may be filled in.
Java documentation for android.app.SearchManager.EXTRA_WEB_SEARCH_PENDINGINTENT
.
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.