1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Introduce appCategory attribute of android to set category

This commit is contained in:
千橘 雫霞
2023-01-01 10:19:22 +08:00
parent c3dc887c41
commit 467b5f23a0
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"