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

Commit 47c37c62 authored by Jin Seok Park's avatar Jin Seok Park Committed by Android (Google) Code Review
Browse files

Merge "Change @IntDef flag param to true" into sc-dev

parents ed463102 fc9db6c1
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,