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

This commit is contained in:
Jin Seok Park
2021-02-26 04:42:39 +00:00
committed by Android (Google) Code Review

View File

@@ -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,