Browse Source

disabled manifest's android:isGame flag

xbzk/press-back-again-issue-fix
xbzk 2 days ago
parent
commit
818fb42482
  1. 2
      src/android/app/src/main/AndroidManifest.xml

2
src/android/app/src/main/AndroidManifest.xml

@ -41,7 +41,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
android:allowBackup="true" android:allowBackup="true"
android:hasFragileUserData="false" android:hasFragileUserData="false"
android:supportsRtl="true" android:supportsRtl="true"
android:isGame="true"
android:isGame="false"
android:appCategory="game" android:appCategory="game"
android:banner="@drawable/tv_banner" android:banner="@drawable/tv_banner"
android:fullBackupContent="@xml/data_extraction_rules" android:fullBackupContent="@xml/data_extraction_rules"

Loading…
Cancel
Save