From: Tobias Brunner Date: Wed, 5 Feb 2025 15:13:13 +0000 (+0100) Subject: android: Replace deprecated onBackPressed() and enable predictive back gestures X-Git-Tag: android-2.5.3^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26eef1f095e99bfdb9b4cf8c9974346fc1af2a07;p=thirdparty%2Fstrongswan.git android: Replace deprecated onBackPressed() and enable predictive back gestures Doesn't really make a difference it seems. --- diff --git a/src/frontends/android/app/src/main/AndroidManifest.xml b/src/frontends/android/app/src/main/AndroidManifest.xml index a5e6aabc2c..51c6ff89e3 100644 --- a/src/frontends/android/app/src/main/AndroidManifest.xml +++ b/src/frontends/android/app/src/main/AndroidManifest.xml @@ -37,6 +37,7 @@ android:label="@string/app_name" android:theme="@style/ApplicationTheme" android:networkSecurityConfig="@xml/network_security_config" + android:enableOnBackInvokedCallback="true" android:allowBackup="false" >