v2.5.1: Added game app categorization to Android verison

This commit is contained in:
Evan Debenham
2024-09-12 15:50:42 -04:00
parent 4759bddee8
commit 84181ac652

View File

@@ -27,6 +27,8 @@
android:icon="@mipmap/ic_launcher"
android:label="${appName}"
android:theme="@android:style/Theme.Black.NoTitleBar"
android:appCategory="game"
android:isGame="true"
android:resizeableActivity="true"
android:allowBackup="true"
android:fullBackupOnly="true"