Merge "Merge "Increase limit of locale pairs" am: aa9a59ab32 am: 22ff1759d2 am: dba95b0c94" into oc-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
cae12de52a
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user