summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar liamwhite2023-08-25 18:05:58 -0400
committerGravatar GitHub2023-08-25 18:05:58 -0400
commit8674724ef09f8baa95bc6bb5af3746ed723b5ae3 (patch)
tree79e566664f18d51cd42b41ec4ba75963e960ab96 /src
parentMerge pull request #11370 from FearlessTobi/fix-filesize (diff)
parentandroid: Use appCategory to specify the app is a game (diff)
downloadyuzu-8674724ef09f8baa95bc6bb5af3746ed723b5ae3.tar.gz
yuzu-8674724ef09f8baa95bc6bb5af3746ed723b5ae3.tar.xz
yuzu-8674724ef09f8baa95bc6bb5af3746ed723b5ae3.zip
Merge pull request #11378 from t895/game-flag
android: Use appCategory to specify the app is a game
Diffstat (limited to '')
-rw-r--r--src/android/app/src/main/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml
index 6184f3eb6..36e2dac98 100644
--- a/src/android/app/src/main/AndroidManifest.xml
+++ b/src/android/app/src/main/AndroidManifest.xml
@@ -25,6 +25,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
25 android:hasFragileUserData="false" 25 android:hasFragileUserData="false"
26 android:supportsRtl="true" 26 android:supportsRtl="true"
27 android:isGame="true" 27 android:isGame="true"
28 android:appCategory="game"
28 android:localeConfig="@xml/locales_config" 29 android:localeConfig="@xml/locales_config"
29 android:banner="@drawable/tv_banner" 30 android:banner="@drawable/tv_banner"
30 android:extractNativeLibs="true" 31 android:extractNativeLibs="true"