mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
On Android show the system UI when an SDL window is windowed, hide the system UI when it's fullscreen, like we do on iOS.
We're increasing the Android SDK minimum version to API 19, this doesn't increase the minimum target API, which is API 14.
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
|
||||
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
|
||||
|
||||
# Min SDK level
|
||||
# Min runtime API level
|
||||
APP_PLATFORM=android-14
|
||||
|
||||
Reference in New Issue
Block a user