Merge "Change @IntDef flag param to true" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
47c37c62a7
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user