AppWidgetManager.ExtraCustomInfo Field

Definition

An intent extra to pass to the AppWidget picker containing a java.util.List of AppWidgetProviderInfo objects to mix in to the list of AppWidgets that are installed.

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

Field Value

Attributes

Remarks

An intent extra to pass to the AppWidget picker containing a java.util.List of AppWidgetProviderInfo objects to mix in to the list of AppWidgets that are installed. (This is how the launcher shows the search widget).

Java documentation for android.appwidget.AppWidgetManager.EXTRA_CUSTOM_INFO.

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