Introduce appCategory attribute of android to set category
This commit is contained in:
parent
c3dc887c41
commit
467b5f23a0
4 changed files with 80 additions and 5 deletions
|
|
@ -20,6 +20,7 @@
|
|||
android:label="@string/godot_project_name_string"
|
||||
android:allowBackup="false"
|
||||
android:icon="@mipmap/icon"
|
||||
android:appCategory="game"
|
||||
android:isGame="true"
|
||||
android:hasFragileUserData="false"
|
||||
android:requestLegacyExternalStorage="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue