diff options
| author | 2023-02-24 18:13:05 +0000 | |
|---|---|---|
| committer | 2023-02-24 18:13:05 +0000 | |
| commit | 52376ef5031675e4646adda46637ed3a126b719c (patch) | |
| tree | ca15a104f618b67a7c50e2bcbe37ab64585ead36 | |
| parent | 8712b9331419c7dac9707a35815fe19eff5f96b7 (diff) | |
| parent | 1ad54882670cf84cb5308359910151eeaa713466 (diff) | |
Merge "Add description of regional preference" into udc-dev
| -rw-r--r-- | core/java/android/content/Intent.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 5818ed75056c..85daf15865d1 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -3234,8 +3234,9 @@ public class Intent implements Parcelable, Cloneable { /** * Broadcast Action: The receiver's effective locale has changed. * - * This happens when the device locale, or the receiving app's locale - * (set via {@link android.app.LocaleManager#setApplicationLocales}) changed. + * This happens when the device locale, the receiving app's locale + * (set via {@link android.app.LocaleManager#setApplicationLocales}) or language tags + * of Regional preferences changed. * * Can be received by manifest-declared receivers. * |