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

Commit 4f8e9241 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Merge "Increase limit of locale pairs" am: aa9a59ab am: 22ff1759...

Merge "Merge "Increase limit of locale pairs" am: aa9a59ab am: 22ff1759 am: dba95b0c" into oc-dev-plus-aosp
am: cae12de5

Change-Id: I759e44a846f638e3c6ff1f8325e5f05a6e0a253f
parents e41d58eb cae12de5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
     */