Fixed bug #13794: prevent to use the onBackPressed callback API that is enabled on API36

This commit is contained in:
Sylvain
2025-08-27 11:31:00 +02:00
committed by Sylvain Becker
parent 5291e9bbbd
commit 26d6352500
2 changed files with 2 additions and 0 deletions

View File

@@ -71,6 +71,7 @@
android:icon="@mipmap/ic_launcher"
android:allowBackup="true"
android:theme="@style/AppTheme"
android:enableOnBackInvokedCallback="false"
android:hardwareAccelerated="true" >
<!-- Example of setting SDL hints from AndroidManifest.xml:

View File

@@ -44,6 +44,7 @@
android:label="@string/label"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:enableOnBackInvokedCallback="false"
android:hardwareAccelerated="true">
<activity
android:name="@ANDROID_MANIFEST_PACKAGE@.SDLTestActivity"