mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 04:40:08 +00:00
Merge pull request #11378 from t895/game-flag
android: Use appCategory to specify the app is a game
This commit is contained in:
commit
8674724ef0
@ -25,6 +25,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
android:hasFragileUserData="false"
|
android:hasFragileUserData="false"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:isGame="true"
|
android:isGame="true"
|
||||||
|
android:appCategory="game"
|
||||||
android:localeConfig="@xml/locales_config"
|
android:localeConfig="@xml/locales_config"
|
||||||
android:banner="@drawable/tv_banner"
|
android:banner="@drawable/tv_banner"
|
||||||
android:extractNativeLibs="true"
|
android:extractNativeLibs="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user