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...
as preview release of environment, above may not finalised , correct. still need proper documentation how attribute should used.
Comments
Post a Comment