We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4172c9d commit 08085e3Copy full SHA for 08085e3
config.xml
@@ -45,6 +45,7 @@
45
<application android:hardwareAccelerated="true" />
46
<application android:largeHeap="true" />
47
<application android:requestLegacyExternalStorage="true"/>
48
+ <application android:enableOnBackInvokedCallback="false" />
49
</edit-config>
50
51
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application/activity[@android:name='MainActivity']">
0 commit comments