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

Commit 8054364a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reduce maximum size of strings in AutomaticZenRule" into main

parents 53bda7c2 dcb26283
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ public final class AutomaticZenRule implements Parcelable {
     * both to fields in the rule itself (such as its name) and items with sub-fields.
     * @hide
     */
    public static final int MAX_STRING_LENGTH = 1000;
    public static final int MAX_STRING_LENGTH = 500;

    /**
     * The maximum string length for the trigger description rule, given UI constraints.