Add support for predictive back gesture (#105)

Reference: https://developer.android.com/guide/navigation/predictive-back-gesture#opt-predictive
This commit is contained in:
Abhiram
2023-01-23 16:09:38 +05:30
committed by GitHub
parent 00630cb4f3
commit 6bccd757fd

View File

@@ -11,6 +11,7 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:enableOnBackInvokedCallback="true"
android:extractNativeLibs="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"