From befa383ac364c3c9d8b9f411f6c2a22f6fdebe54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAnkita?= Date: Tue, 9 Nov 2021 13:14:44 +0000 Subject: [PATCH] Add link to the api in the javadoc for Intent.ACTION_LOCALE_CHANGED. Earlier we had added a todo, since the api has been merged now we can add the actual link. Bug: 205687846 Test: N/A Change-Id: I2c1ae5adf548ec766408e4ae5872637473b3c8ac --- core/java/android/content/Intent.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 6446b44153ece..9133e38e5013f 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -3140,9 +3140,8 @@ public class Intent implements Parcelable, Cloneable { /** * Broadcast Action: The receiver's effective locale has changed. * - * This happens when the device locale, or the - * {(TODO: will only compile after ag/15518063) @link LocaleManager#setApplicationLocales} - * receiving app's locale changed. + * This happens when the device locale, or the receiving app's locale + * (set via {@link android.app.LocaleManager#setApplicationLocales}) changed. * * Can be received by manifest-declared receivers. *