ApplicationInfo.GetCategoryTitleFormatted Method

Definition

Return a concise, localized title for the given ApplicationInfo#category value, or null for unknown values such as #CATEGORY_UNDEFINED.

[Android.Runtime.Register("getCategoryTitle", "(Landroid/content/Context;I)Ljava/lang/CharSequence;", "", ApiSince=26)]
public static Java.Lang.ICharSequence? GetCategoryTitleFormatted (Android.Content.Context? context, Android.Content.PM.ApplicationCategories category);
[<Android.Runtime.Register("getCategoryTitle", "(Landroid/content/Context;I)Ljava/lang/CharSequence;", "", ApiSince=26)>]
static member GetCategoryTitleFormatted : Android.Content.Context * Android.Content.PM.ApplicationCategories -> Java.Lang.ICharSequence

Parameters

context
Context

Returns

Attributes

Remarks

Return a concise, localized title for the given ApplicationInfo#category value, or null for unknown values such as #CATEGORY_UNDEFINED.

Java documentation for android.content.pm.ApplicationInfo.getCategoryTitle(android.content.Context, int).

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