1
0
Fork 0

AndroidManifest: Enable predictive back navigation support

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta 2024-09-19 11:21:46 +05:30
parent f2aec3f932
commit 39f4df70ce
2 changed files with 2 additions and 0 deletions
app/src/main
storage/demo/src/main

View file

@ -92,6 +92,7 @@
<application
android:name=".App"
android:allowBackup="false"
android:enableOnBackInvokedCallback="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"

View file

@ -11,6 +11,7 @@
<application
android:name=".App"
android:allowBackup="false"
android:enableOnBackInvokedCallback="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"