ApplicationCategory enum
A category provided by the system (Only supported with Android 26+)
https://developer.android.com/reference/kotlin/android/content/pm/ApplicationInfo
Constants
- audio → const ApplicationCategory
-
Category for apps which primarily work with audio or music, such as music players.
const ApplicationCategory(0)
- game → const ApplicationCategory
-
Category for apps which are primarily games.
const ApplicationCategory(1)
- image → const ApplicationCategory
-
Category for apps which primarily work with images or photos, such as camera or gallery apps.
const ApplicationCategory(2)
- maps → const ApplicationCategory
-
Category for apps which are primarily maps apps, such as navigation apps.
const ApplicationCategory(3)
- news → const ApplicationCategory
-
Category for apps which are primarily news apps, such as newspapers, magazines, or sports apps.
const ApplicationCategory(4)
- productivity → const ApplicationCategory
-
Category for apps which are primarily productivity apps, such as cloud storage or workplace apps.
const ApplicationCategory(5)
-
Category for apps which are primarily social apps, such as messaging, communication, email, or social network apps.
const ApplicationCategory(6)
- undefined → const ApplicationCategory
-
Value when category is undefined.
const ApplicationCategory(8)
-
values
→ const List<
ApplicationCategory> -
A constant List of the values in this enum, in order of their declaration.
const List<
ApplicationCategory> - video → const ApplicationCategory
-
Category for apps which primarily work with video or movies, such as streaming video apps.
const ApplicationCategory(7)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited