Set app name to app_name_display resValue.

Change-Id: If99be35af19eddf6a918c00d47ba3ca60139a04b
pull/1541/head
Jaehwa Noh 1 year ago
parent 8b9c7953b5
commit 86ed2733c0

@ -31,7 +31,7 @@
android:allowBackup="true" android:allowBackup="true"
android:enableOnBackInvokedCallback="true" android:enableOnBackInvokedCallback="true"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name_display"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Nia.Splash"> android:theme="@style/Theme.Nia.Splash">

Loading…
Cancel
Save