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;
|
public static final int FLAG_FROM_KEY = 1 << 12;
|
||||||
|
|
||||||
/** @hide */
|
/** @hide */
|
||||||
@IntDef(flag = false, prefix = "FLAG", value = {
|
@IntDef(flag = true, prefix = "FLAG", value = {
|
||||||
FLAG_SHOW_UI,
|
FLAG_SHOW_UI,
|
||||||
FLAG_ALLOW_RINGER_MODES,
|
FLAG_ALLOW_RINGER_MODES,
|
||||||
FLAG_PLAY_SOUND,
|
FLAG_PLAY_SOUND,
|
||||||
|
|||||||
Reference in New Issue
Block a user