Add predictive back support

This commit is contained in:
Light_summer
2024-10-04 12:29:22 +08:00
parent ca1c2259e9
commit b60b8b4175

View File

@@ -11,9 +11,10 @@
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.KsuWebUI" android:theme="@style/Theme.KsuWebUI"
android:enableOnBackInvokedCallback="true"
android:networkSecurityConfig="@xml/network_security_config" android:networkSecurityConfig="@xml/network_security_config"
android:name=".App" android:name=".App"
tools:targetApi="31" > tools:targetApi="33" >
<activity android:name=".MainActivity" <activity android:name=".MainActivity"
android:exported="true"> android:exported="true">
<intent-filter> <intent-filter>