Add support for the predictive back gesture

This commit is contained in:
Koitharu
2023-02-14 20:33:01 +02:00
parent 652351f79a
commit f436a49e5f
18 changed files with 197 additions and 103 deletions

View File

@@ -24,6 +24,7 @@
android:allowBackup="true"
android:backupAgent="org.koitharu.kotatsu.settings.backup.AppBackupAgent"
android:dataExtractionRules="@xml/backup_rules"
android:enableOnBackInvokedCallback="true"
android:fullBackupContent="@xml/backup_content"
android:fullBackupOnly="true"
android:icon="@mipmap/ic_launcher"