Remove incorrect flag attribute from SensorDirectChannel Ratelevel.

Bug: 174239114
Test: Presubmits.
Change-Id: I7868d7f84b18a566b08a2da2d9d0d4782224d609
This commit is contained in:
karthik bharadwaj
2021-10-21 13:40:54 -07:00
parent 00b3b61f5a
commit e9cb29ccb4

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,