Intent.CategoryInfo 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.
Provides information about the package it is in; typically used if
a package does not contain a #CATEGORY_LAUNCHER
to provide
a front-door to the user without having to be shown in the all apps list.
[Android.Runtime.Register("CATEGORY_INFO")]
public const string CategoryInfo;
[<Android.Runtime.Register("CATEGORY_INFO")>]
val mutable CategoryInfo : string
Field Value
Implements
- Attributes
Remarks
Provides information about the package it is in; typically used if a package does not contain a #CATEGORY_LAUNCHER
to provide a front-door to the user without having to be shown in the all apps list.
Java documentation for android.content.Intent.CATEGORY_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.