Merge "Increase limit of locale pairs"

am: aa9a59ab32

Change-Id: I4f9d25169bbd7e53c5396e944613e8c15fe4e308
This commit is contained in:
Hall Liu
2017-05-10 17:15:31 +00:00
committed by android-build-merger

View File

@@ -32,7 +32,7 @@ import java.util.Set;
*/
public class ServiceInfo implements Parcelable {
// arbitrary limit on the number of locale -> name pairs we support
final static int MAP_LIMIT = 50;
final static int MAP_LIMIT = 1000;
/**
* User displayable names listed by language. Unmodifiable.
*/