diff options
| author | Ankita Vyas <ankitavyas@google.com> | 2021-11-16 04:53:46 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-11-16 04:53:46 +0000 |
| commit | fe32fa927d442312e91da3715bf7f685f4225c83 (patch) | |
| tree | e697da0668ae12971566df7e51aa4ed73443b0de /core/java/android | |
| parent | 5a1039fbd3dfcd4007778e8a49a5a0eb9b49b259 (diff) | |
| parent | befa383ac364c3c9d8b9f411f6c2a22f6fdebe54 (diff) | |
Merge "Add link to the api in the javadoc for Intent.ACTION_LOCALE_CHANGED."
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/content/Intent.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 14e43b344476..3c9b1f81da8a 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -3152,9 +3152,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. * |
