We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70f9cc commit 2928b9bCopy full SHA for 2928b9b
android/app/src/main/AndroidManifest.xml
@@ -26,7 +26,8 @@
26
android:label="@string/app_name"
27
android:icon="@mipmap/ic_launcher"
28
android:allowBackup="true"
29
- android:hardwareAccelerated="true">
+ android:hardwareAccelerated="true"
30
+ android:appCategory="game">
31
32
<activity android:name="org.rems.rsdkv5.Launcher"
33
android:exported="true"
0 commit comments