Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe32fa92 authored by Ankita Vyas's avatar Ankita Vyas Committed by Android (Google) Code Review
Browse files

Merge "Add link to the api in the javadoc for Intent.ACTION_LOCALE_CHANGED."

parents 5a1039fb befa383a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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.
     *