Merge pull request #13841 from JosJuice/android-opt-out-back

Android: Opt out of back invoked callback
This commit is contained in:
JosJuice 2025-08-05 08:10:43 +02:00 committed by GitHub
commit be669c7ce3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"