diff --git a/assets/android/AndroidManifest.xml b/assets/android/AndroidManifest.xml index d5a0a3a..f855f19 100644 --- a/assets/android/AndroidManifest.xml +++ b/assets/android/AndroidManifest.xml @@ -59,7 +59,8 @@ android:label="Theengs BLE" android:allowBackup="true" android:fullBackupContent="@xml/backup_rules" - android:dataExtractionRules="@xml/data_extraction_rules"> + android:dataExtractionRules="@xml/data_extraction_rules" + android:enableOnBackInvokedCallback="false">