mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
Fixed bug #13794: prevent to use the onBackPressed callback API that is enabled on API36
This commit is contained in:
@@ -71,6 +71,7 @@
|
|||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
|
android:enableOnBackInvokedCallback="false"
|
||||||
android:hardwareAccelerated="true" >
|
android:hardwareAccelerated="true" >
|
||||||
|
|
||||||
<!-- Example of setting SDL hints from AndroidManifest.xml:
|
<!-- Example of setting SDL hints from AndroidManifest.xml:
|
||||||
|
@@ -44,6 +44,7 @@
|
|||||||
android:label="@string/label"
|
android:label="@string/label"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
|
android:enableOnBackInvokedCallback="false"
|
||||||
android:hardwareAccelerated="true">
|
android:hardwareAccelerated="true">
|
||||||
<activity
|
<activity
|
||||||
android:name="@ANDROID_MANIFEST_PACKAGE@.SDLTestActivity"
|
android:name="@ANDROID_MANIFEST_PACKAGE@.SDLTestActivity"
|
||||||
|
Reference in New Issue
Block a user