Merge pull request #63483 from qianjunakasumi/qianjunakasumi/master
Introduce `appCategory` attribute of android to set category
This commit is contained in:
commit
6dc9629b45
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