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

Commit 2675da9d authored by Chet Haase's avatar Chet Haase Committed by android-build-merger
Browse files

Merge "Remove hidden LocaleList default constructor" into nyc-dev am: ba2cc823 am: f33737d6

am: e8de8b7a

* commit 'e8de8b7a':
  Remove hidden LocaleList default constructor

Change-Id: I7e60440bcd2360ed6181b3b5d96f8255e202d13a
parents cb875e86 e8de8b7a
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -147,17 +147,6 @@ public final class LocaleList implements Parcelable {
        return mStringRepresentation;
    }

    /**
     * It is almost always better to call {@link #getEmptyLocaleList()} instead which returns
     * a pre-constructed empty locale list.
     *
     * @hide
     */
    public LocaleList() {
        mList = sEmptyList;
        mStringRepresentation = "";
    }

    /**
     * Creates a new {@link LocaleList}.
     *