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

Commit dc868e04 authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Clarified format of ContentCaptureCondition.FLAG_IS_REGEX" into qt-dev

parents 50a56879 4cb2c3db
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,7 +35,8 @@ import java.lang.annotation.RetentionPolicy;
public final class ContentCaptureCondition implements Parcelable {

    /**
     * When set, package should use the {@link LocusId#getId()} as a regular expression.
     * When set, package should use the {@link LocusId#getId()} as a regular expression (using the
     * {@link java.util.regex.Pattern} format).
     */
    public static final int FLAG_IS_REGEX = 0x2;