SDL: Updated documentation on customizing your Android app name (fa68d)

From fa68d7de8bdd42f73e3a98596a906d3e0c620bec Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sat, 21 Mar 2026 16:03:40 -0700
Subject: [PATCH] Updated documentation on customizing your Android app name

(cherry picked from commit a48dee5ac1dcf73eb3b6391e605817bd97fcd9e0)
---
 docs/README-android.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/README-android.md b/docs/README-android.md
index 66e5ea6edadcb..f7e2447c38cd9 100644
--- a/docs/README-android.md
+++ b/docs/README-android.md
@@ -168,7 +168,7 @@ build-scripts/create-android-project.py --variant aar com.yourcompany.yourapp <
 Customizing your application name
 ================================================================================
 
-To customize your application name, edit AndroidManifest.xml and build.gradle to replace
+To customize your application name, edit build.gradle to replace
 "org.libsdl.app" with an identifier for your product package.
 
 Then create a Java class extending SDLActivity and place it in a directory
@@ -194,6 +194,8 @@ Here's an example of a minimal class file:
 Then replace "SDLActivity" in AndroidManifest.xml with the name of your
 class, .e.g. "MyGame"
 
+Then edit app/src/main/res/values/strings.xml and change the name there.
+
 
 Customizing your application icon
 ================================================================================