Merge "Change @IntDef flag param to true" into sc-dev am: 47c37c62a7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13698262

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8bd8d3bee59e82038f3fb951582a0620ed5e71ff
This commit is contained in:
Jin Seok Park
2021-02-26 05:24:10 +00:00
committed by Automerger Merge Worker

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,