android:appCategory in Android O. Which values? -


android o introduces concept of app categories. these categories used cluster apps of similar purpose or function. developer declares in androidmanifest.xml using android:appcategory according android o features , apis documentation.

what documentation isn't clear on what values can attribute be? i'm guessing discrete set of values rather string.

upon installing android studio 2.4 (preview 4) , amending androidmanifest.xml, context revealed...

enter image description here

as preview release of environment, above may not finalised , correct. still need proper documentation how attribute should used.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -