Merge "Remove hidden LocaleList default constructor" into nyc-dev
This commit is contained in:
@@ -147,17 +147,6 @@ public final class LocaleList implements Parcelable {
|
|||||||
return mStringRepresentation;
|
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}.
|
* Creates a new {@link LocaleList}.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user