Intent.CategoryLeanbackLauncher Field

Definition

Indicates an activity optimized for Leanback mode, and that should be displayed in the Leanback launcher.

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

Field Value

Implements

Attributes

Remarks

Indicates an activity optimized for Leanback mode, and that should be displayed in the Leanback launcher.

Java documentation for android.content.Intent.CATEGORY_LEANBACK_LAUNCHER.

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