diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e280b8394f9..1b69a58b0fd 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -131,7 +131,8 @@ android:usesCleartextTraffic="true" android:defaultToDeviceProtectedStorage="true" android:directBootAware="true" - android:appComponentFactory="androidx.core.app.CoreComponentFactory"> + android:appComponentFactory="androidx.core.app.CoreComponentFactory" + android:enableOnBackInvokedCallback="true">