Skip to content
Snippets Groups Projects
Unverified Commit 8674724e authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

Merge pull request #11378 from t895/game-flag

android: Use appCategory to specify the app is a game
parents a8edbb70 4e716280
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment