diff options
| author | Josh Hou <joshhou@google.com> | 2022-05-03 14:32:57 +0800 |
|---|---|---|
| committer | Josh Hou <joshhou@google.com> | 2022-05-05 23:21:37 +0800 |
| commit | 25145ea25f8eb049b79d130ec65b49584d7d30cb (patch) | |
| tree | faea4a96d672b08682145dec7ba306fd6b7f8cbe /core/java/android | |
| parent | 5c554e289b3e87a35e89afad0334e6edd5661d3f (diff) | |
[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
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/LocaleConfig.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/app/LocaleConfig.java b/core/java/android/app/LocaleConfig.java index 436eac37b4fb..7c83d5850f76 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 <application>}. * - * For more information, see TODO(b/214154050): add link to guide + * <p>For more information, see + * <a href="https://developer.android.com/about/versions/13/features/app-languages#use-localeconfig"> + * the section on per-app language preferences</a>. * * @attr ref android.R.styleable#LocaleConfig_Locale_name * @attr ref android.R.styleable#AndroidManifestApplication_localeConfig |
