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

Commit 6c84fb3d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Include the new USAGE_CLASS_MEDIA in the UsageClass IntDef."

parents 23edc861 424dfc5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ public final class VibrationAttributes implements Parcelable {
            USAGE_CLASS_UNKNOWN,
            USAGE_CLASS_ALARM,
            USAGE_CLASS_FEEDBACK,
            USAGE_CLASS_MEDIA,
    })
    @Retention(RetentionPolicy.SOURCE)
    public @interface UsageClass {}
@@ -459,4 +460,3 @@ public final class VibrationAttributes implements Parcelable {
        }
    }
}