From 86ed2733c0e4124ff53a042eda172202541ff0d6 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Thu, 11 Jul 2024 16:44:52 +0900 Subject: [PATCH] Set app name to app_name_display resValue. Change-Id: If99be35af19eddf6a918c00d47ba3ca60139a04b --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0b0482c13..359fc4e67 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -31,7 +31,7 @@ android:allowBackup="true" android:enableOnBackInvokedCallback="true" android:icon="@mipmap/ic_launcher" - android:label="@string/app_name" + android:label="@string/app_name_display" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.Nia.Splash">