Skip to content

Commit 2928b9b

Browse files
committed
Android: Add "game" appCategory
Helps Android 14+ allocate more resources to the game.
1 parent f70f9cc commit 2928b9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
android:label="@string/app_name"
2727
android:icon="@mipmap/ic_launcher"
2828
android:allowBackup="true"
29-
android:hardwareAccelerated="true">
29+
android:hardwareAccelerated="true"
30+
android:appCategory="game">
3031

3132
<activity android:name="org.rems.rsdkv5.Launcher"
3233
android:exported="true"

0 commit comments

Comments
 (0)