mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 07:45:56 +08:00
Turn off predictive back gesture to fix hardware back button not working in android 13 or higher
This commit is contained in:
parent
c8a4cf715f
commit
ee384f57c2
@ -28,7 +28,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
android:banner="@drawable/tv_banner"
|
||||
android:fullBackupContent="@xml/data_extraction_rules"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules_api_31"
|
||||
android:enableOnBackInvokedCallback="true">
|
||||
android:enableOnBackInvokedCallback="false">
|
||||
|
||||
<meta-data android:name="android.game_mode_config"
|
||||
android:resource="@xml/game_mode_config" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user