Browse Source
Merge pull request #11378 from t895/game-flag
android: Use appCategory to specify the app is a game
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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" |
|
|
|
|