summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-08-25 17:17:48 -0400
committerCharles Lombardo <clombardo169@gmail.com>2023-08-25 17:17:48 -0400
commit4e71628097c085c920f72f93a9807f79a9440ac5 (patch)
tree23e89a347845fa9865a631dc0d2425e3aca41a1f /src
parent92e6ff30a150c2d03b235e9cfe7f39b734ee27a3 (diff)
android: Use appCategory to specify the app is a game
Diffstat (limited to 'src')
-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
android:hasFragileUserData="false"
android:supportsRtl="true"
android:isGame="true"
+ android:appCategory="game"
android:localeConfig="@xml/locales_config"
android:banner="@drawable/tv_banner"
android:extractNativeLibs="true"