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

Commit b1da0cf2 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: Ie4da3684f7045cc6439cc86d524e0b0ff1c6eaf7
parents 564621ec 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}.
     *