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

Commit abdcd1c0 authored by Karthik Bharadwaj's avatar Karthik Bharadwaj Committed by Android (Google) Code Review
Browse files

Merge "Remove incorrect flag attribute from SensorDirectChannel Ratelevel."

parents a50de36c e9cb29cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,