Skip to content

Commit e1b4368

Browse files
committed
Android: Add "game" appCategory
Helps Android 14+ allocate more resources to the game.
1 parent 177f246 commit e1b4368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ version="1.0" encoding="utf-8"?>
5252
An example Java class can be found in README-android.md
5353
-->
5454
<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:
5656
<meta-data android:name="SDL_ENV.SDL_ACCELEROMETER_AS_JOYSTICK" android:value="0"/>
5757
-->
5858

0 commit comments

Comments
 (0)