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

Commit f33737d6 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

* commit 'ba2cc823':
  Remove hidden LocaleList default constructor

Change-Id: Ia9416e9e318104dc0a29ce8b092036cf4d2b53a8
parents 8ffdc2c5 ba2cc823
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}.
     *