Enable predictive back gesture

This commit is contained in:
William Brawner 2024-11-16 16:43:34 -07:00
parent b5c23fc5ca
commit d533682af6
Signed by: wbrawner
GPG key ID: 8FF12381C6C90D35

View file

@ -6,6 +6,7 @@
<application
android:name=".PiHelperApplication"
android:allowBackup="true"
android:enableOnBackInvokedCallback="true"
android:fullBackupContent="@xml/backup_descriptor"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"