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

Commit c83f9d7d authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

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

am: 3173de0a

Change-Id: Ie679eb49d16a5e8b4418f24110d09d2a15c74081
parents 5e80f8b6 3173de0a
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;