Merge "Remove incorrect flag attribute from SensorDirectChannel Ratelevel."

This commit is contained in:
Karthik Bharadwaj
2021-10-25 19:40:22 +00:00
committed by Android (Google) Code Review

View File

@@ -64,7 +64,7 @@ public final class SensorDirectChannel implements Channel {
/** @hide */
@Retention(RetentionPolicy.SOURCE)
@IntDef(flag = true, prefix = { "RATE_" }, value = {
@IntDef(prefix = { "RATE_" }, value = {
RATE_STOP,
RATE_NORMAL,
RATE_FAST,