Add a category for app
This commit is contained in:
parent
b9cd32c0fe
commit
e9a938ca2a
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<application
|
||||
android:name=".ToDoApp"
|
||||
android:allowBackup="true"
|
||||
android:appCategory="productivity"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
|
|
|
|||
Loading…
Reference in a new issue