mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Fixed bug #13794: prevent to use the onBackPressed callback API that is enabled on API36
This commit is contained in:
parent
5291e9bbbd
commit
26d6352500
2 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue