mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-17 07:55:50 +00:00
Merge pull request #13841 from JosJuice/android-opt-out-back
Android: Opt out of back invoked callback
This commit is contained in:
commit
be669c7ce3
@ -37,6 +37,7 @@
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:preserveLegacyExternalStorage="true"
|
||||
android:enableOnBackInvokedCallback="false"
|
||||
android:allowBackup="true"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:dataExtractionRules="@xml/backup_rules_api_31"
|
||||
|
Loading…
Reference in New Issue
Block a user