Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android:appCategory in Android O. Which values?

Android O introduces the concept of app categories. These categories are used to cluster together apps of similar purpose or function. The developer declares this in the AndroidManifest.xml using android:appCategory according to the Android O Features and APIs documentation.

What the documentation isn't clear on is what values can this attribute be? I'm guessing it will be a discrete set of values rather than any string.

like image 207
Eurig Jones Avatar asked Apr 07 '17 10:04

Eurig Jones


1 Answers

Upon installing Android Studio 2.4 (Preview 4) and amending the AndroidManifest.xml, the context revealed...

enter image description here

As this is a preview release of the environment, the above may not be finalised and correct. So we still need proper documentation as to how this attribute should be used.

like image 129
Eurig Jones Avatar answered Oct 17 '22 22:10

Eurig Jones