mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-11-29 06:14:28 +01:00
android: Use appCategory to specify the app is a game
This commit is contained in:
parent
92e6ff30a1
commit
4e71628097
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user