From be056331f7aaac196f38517902a1cc0618a1c15f Mon Sep 17 00:00:00 2001 From: Brummel Date: Wed, 20 May 2026 18:57:49 +0200 Subject: [PATCH] feat(wear): use appLabel placeholder for launcher label Dev profiles (name ends in -dev) get 'Doctate (Dev)' in the launcher; production profiles keep the plain 'Doctate'. The string resource @string/app_name is no longer the application-level label, only used for the complication entry where the launcher distinction is irrelevant. refs #3 --- clients/wearos/app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/wearos/app/src/main/AndroidManifest.xml b/clients/wearos/app/src/main/AndroidManifest.xml index d92bc61..bfc5fe4 100644 --- a/clients/wearos/app/src/main/AndroidManifest.xml +++ b/clients/wearos/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ android:name=".DoctateApp" android:allowBackup="true" android:icon="@mipmap/ic_launcher" - android:label="@string/app_name" + android:label="${appLabel}" android:networkSecurityConfig="@xml/network_security_config" android:supportsRtl="true" android:theme="@android:style/Theme.DeviceDefault">