From 25145ea25f8eb049b79d130ec65b49584d7d30cb Mon Sep 17 00:00:00 2001 From: Josh Hou Date: Tue, 3 May 2022 14:32:57 +0800 Subject: [PATCH] [Panlingual] Add the link for the LocaleConfig Add the link in the java doc to guide developers how to use the LocaleConfig Bug: 214154050 Test: Verify the link can be accessed successfully Change-Id: I19042b485bdf69b8bd8a6465176226109ce1d338 --- core/java/android/app/LocaleConfig.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/java/android/app/LocaleConfig.java b/core/java/android/app/LocaleConfig.java index 436eac37b4fb3..7c83d5850f766 100644 --- a/core/java/android/app/LocaleConfig.java +++ b/core/java/android/app/LocaleConfig.java @@ -45,7 +45,9 @@ import java.util.Set; * referenced in the manifest via {@code android:localeConfig} on * {@code }. * - * For more information, see TODO(b/214154050): add link to guide + *

For more information, see + * + * the section on per-app language preferences. * * @attr ref android.R.styleable#LocaleConfig_Locale_name * @attr ref android.R.styleable#AndroidManifestApplication_localeConfig