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

This commit is contained in:
Felipe Leme
2019-04-16 19:34:37 +00:00
committed by Android (Google) Code Review

View File

@@ -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;