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

Commit 3afb7870 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

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

am: dba95b0c

Change-Id: I7135571a65625f3aa3ada7a0c1b00f08c565fce9
parents a449d857 dba95b0c
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.
     */