Enable Android 13/14 predictive back gesture #1360

https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture
This commit is contained in:
Marco Romano 2023-09-18 16:56:35 +02:00 committed by GitHub
commit b88ce40962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@
android:name=".ElementXApplication"
android:allowBackup="false"
android:dataExtractionRules="@xml/data_extraction_rules"
android:enableOnBackInvokedCallback="true"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"