ApplicationCategories Enum

Definition

public enum ApplicationCategories
type ApplicationCategories = 
Inheritance
ApplicationCategories

Fields

Name Value Description
Undefined -1

Value when category is undefined.

Android reference for android.content.pm.ApplicationInfo.CATEGORY_UNDEFINED.

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.

Game 0

Category for apps which are primarily games.

Android reference for android.content.pm.ApplicationInfo.CATEGORY_GAME.

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.

Audio 1

Category for apps which primarily work with audio or music, such as music players.

Android reference for android.content.pm.ApplicationInfo.CATEGORY_AUDIO.

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.

Video 2

Category for apps which primarily work with video or movies, such as streaming video apps.

Android reference for android.content.pm.ApplicationInfo.CATEGORY_VIDEO.

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.

Image 3

Category for apps which primarily work with images or photos, such as camera or gallery apps.

Android reference for android.content.pm.ApplicationInfo.CATEGORY_IMAGE.

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.

Social 4

Category for apps which are primarily social apps, such as messaging, communication, email, or social network apps.

Android reference for android.content.pm.ApplicationInfo.CATEGORY_SOCIAL.

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.

News 5

Category for apps which are primarily news apps, such as newspapers, magazines, or sports apps.

Android reference for android.content.pm.ApplicationInfo.CATEGORY_NEWS.

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.

Maps 6

Category for apps which are primarily maps apps, such as navigation apps.

Android reference for android.content.pm.ApplicationInfo.CATEGORY_MAPS.

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.

Productivity 7

Category for apps which are primarily productivity apps, such as cloud storage or workplace apps.

Android reference for android.content.pm.ApplicationInfo.CATEGORY_PRODUCTIVITY.

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.

Accessibility 8

Category for apps which are primarily accessibility apps, such as screen-readers.

Android reference for android.content.pm.ApplicationInfo.CATEGORY_ACCESSIBILITY.

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.

Remarks

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