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

Commit fc9db6c1 authored by Jin Seok Park's avatar Jin Seok Park
Browse files

Change @IntDef flag param to true

Setting flag param to true means that it should be used as a flag
rather than an enum.

Bug: 173657280
Test: build
Change-Id: I8add91bb3fc694e696df78817dd05fceaa92930e
parent d620cd52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -568,7 +568,7 @@ public class AudioManager {
    public static final int FLAG_FROM_KEY = 1 << 12;

    /** @hide */
    @IntDef(flag = false, prefix = "FLAG", value = {
    @IntDef(flag = true, prefix = "FLAG", value = {
            FLAG_SHOW_UI,
            FLAG_ALLOW_RINGER_MODES,
            FLAG_PLAY_SOUND,