ApplicationCategories Enum
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.
public enum ApplicationCategories
type ApplicationCategories =
- Inheritance
-
ApplicationCategories
Fields
| Name | Value | Description |
|---|---|---|
| Undefined | -1 | Value when category is undefined. Android reference for 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 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 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 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 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 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 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 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 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 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.