1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Merge pull request #63483 from qianjunakasumi/qianjunakasumi/master

Introduce `appCategory` attribute of android to set category
This commit is contained in:
Rémi Verschelde
2023-01-03 12:38:54 +01:00
4 changed files with 80 additions and 5 deletions

View File

@@ -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"