You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example Java class can be found in README-android.md
53
53
-->
54
54
<application
55
-
android:label="@string/app_name"android:icon="@mipmap/ic_launcher"android:allowBackup="true"android:theme="@style/AppTheme"android:hardwareAccelerated="true"android:requestLegacyExternalStorage="true"> <!-- Example of setting SDL hints from AndroidManifest.xml:
55
+
android:label="@string/app_name"android:icon="@mipmap/ic_launcher"android:allowBackup="true"android:theme="@style/AppTheme"android:hardwareAccelerated="true"android:requestLegacyExternalStorage="true"android:appCategory="game"> <!-- Example of setting SDL hints from AndroidManifest.xml:
0 commit comments