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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -