diff --git a/versioned_docs/version-v5/main/guides/environment-specific-configurations.md b/versioned_docs/version-v5/main/guides/environment-specific-configurations.md index 20dad227..d141b9e8 100644 --- a/versioned_docs/version-v5/main/guides/environment-specific-configurations.md +++ b/versioned_docs/version-v5/main/guides/environment-specific-configurations.md @@ -138,16 +138,20 @@ You can find additional information on Android product flavors [at this link](ht ### Update the Android manifest -In the last section, you created a placeholder, `displayName`. Open `AndroidManifest.xml` and change the value of `android:label` to `${displayName}` within the `application` and `activity` nodes. +In the last section, you created a placeholder, `displayName`. Open `AndroidManifest.xml` and change the value of `android:label` to `${displayName}` within the `application` and `activity` nodes. Also add `tools:replace="android:label"` to the application block. ```xml - + - + + ``` ### Add Android-specific Capacitor configuration