SDL/android-project/app
Susko3 5045680628 Override onTrimMemory() instead of onLowMemory()
https://developer.android.com/reference/android/content/ComponentCallbacks#onLowMemory()

> Preferably, you should implement ComponentCallbacks2#onTrimMemory from ComponentCallbacks2 [...].
> That API is available for API level 14 and higher, so you should only use this onLowMemory() method as a fallback for older versions.

Since the SDL3 min api level is 19, there's no need for `onLowMemory()` compat.
2024-04-30 08:54:19 -07:00
..
jni First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
src/main Override onTrimMemory() instead of onLowMemory() 2024-04-30 08:54:19 -07:00
build.gradle Drop stray trailing whitespace for android-project 2024-02-16 09:22:23 -05:00
proguard-rules.pro Added JNI native methods to proguard-rules.pro (thanks @AntTheAlchemist!) 2024-02-25 08:40:47 -08:00