diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index c642dbdcda..60c6206c52 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -41,7 +41,7 @@ SPDX-License-Identifier: GPL-3.0-or-later android:allowBackup="true" android:hasFragileUserData="false" android:supportsRtl="true" - android:isGame="true" + android:isGame="false" android:appCategory="game" android:banner="@drawable/tv_banner" android:fullBackupContent="@xml/data_extraction_rules"