From 8efa8014df6d63af8d72fbc9cfc2236feb642dea Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 8 May 2026 00:37:31 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- docs/README-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-android.md b/docs/README-android.md index 297088fe67..61e289fee8 100644 --- a/docs/README-android.md +++ b/docs/README-android.md @@ -254,7 +254,7 @@ e.g. */ return false; case SDL_EVENT_LOW_MEMORY: - /* You will get this when your app is paused and iOS wants more memory. + /* You will get this when your app is paused and Android wants more memory. Release as much memory as possible. */ return false;