Turn off predictive back gesture to fix hardware back button not working in android 13 or higher
Some checks failed
eden-build / windows (msvc) (pull_request) Successful in 56m26s
eden-build / windows (msvc) (push) Successful in 57m20s
eden-build / source (push) Has been cancelled
eden-build / source (pull_request) Has been cancelled
eden-build / linux (pull_request) Has been cancelled
eden-build / android (pull_request) Has been cancelled
eden-license / license-header (pull_request_target) Has been cancelled
eden-build / linux (push) Has been cancelled
eden-build / android (push) Has been cancelled
Some checks failed
eden-build / windows (msvc) (pull_request) Successful in 56m26s
eden-build / windows (msvc) (push) Successful in 57m20s
eden-build / source (push) Has been cancelled
eden-build / source (pull_request) Has been cancelled
eden-build / linux (pull_request) Has been cancelled
eden-build / android (pull_request) Has been cancelled
eden-license / license-header (pull_request_target) Has been cancelled
eden-build / linux (push) Has been cancelled
eden-build / android (push) Has been cancelled
This commit is contained in:
parent
8fab729744
commit
a70361525f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
android:banner="@drawable/tv_banner"
|
android:banner="@drawable/tv_banner"
|
||||||
android:fullBackupContent="@xml/data_extraction_rules"
|
android:fullBackupContent="@xml/data_extraction_rules"
|
||||||
android:dataExtractionRules="@xml/data_extraction_rules_api_31"
|
android:dataExtractionRules="@xml/data_extraction_rules_api_31"
|
||||||
android:enableOnBackInvokedCallback="true">
|
android:enableOnBackInvokedCallback="false">
|
||||||
|
|
||||||
<meta-data android:name="android.game_mode_config"
|
<meta-data android:name="android.game_mode_config"
|
||||||
android:resource="@xml/game_mode_config" />
|
android:resource="@xml/game_mode_config" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue