diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-08-26 00:05:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-26 00:05:58 +0200 |
commit | 8674724ef09f8baa95bc6bb5af3746ed723b5ae3 (patch) | |
tree | 79e566664f18d51cd42b41ec4ba75963e960ab96 /src | |
parent | Merge pull request #11370 from FearlessTobi/fix-filesize (diff) | |
parent | android: Use appCategory to specify the app is a game (diff) | |
download | yuzu-8674724ef09f8baa95bc6bb5af3746ed723b5ae3.tar yuzu-8674724ef09f8baa95bc6bb5af3746ed723b5ae3.tar.gz yuzu-8674724ef09f8baa95bc6bb5af3746ed723b5ae3.tar.bz2 yuzu-8674724ef09f8baa95bc6bb5af3746ed723b5ae3.tar.lz yuzu-8674724ef09f8baa95bc6bb5af3746ed723b5ae3.tar.xz yuzu-8674724ef09f8baa95bc6bb5af3746ed723b5ae3.tar.zst yuzu-8674724ef09f8baa95bc6bb5af3746ed723b5ae3.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/android/app/src/main/AndroidManifest.xml | 1 |
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" |