SDL/android-project/app
Arquimedes 89977d0d16 Update SDLActivity.java
Fix Full immersive mode in Android 9 and higher.

LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES
will make sure to use all the screen when  the fullscreen flag is enabled.

The other option is 
LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS will work in some cases but in devices that have a camera in the middle this flag will not work.
2024-12-30 09:56:35 -08:00
..
jni Fixed bug #5310: Android, Undefined reference to AAssetManager_fromJava 2022-02-08 16:18:01 +01:00
src/main Update SDLActivity.java 2024-12-30 09:56:35 -08:00
build.gradle Updated to Android minSdkVersion 19 and targetSdkVersion 34 2023-08-24 08:26:05 -07:00
proguard-rules.pro Add proguard rules for SDL2 2024-11-20 10:13:53 -08:00