Merge "Add description of regional preference" into udc-dev

This commit is contained in:
Tom Hsu
2023-02-24 18:13:05 +00:00
committed by Android (Google) Code Review

View File

@@ -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.
*