AppOp modes ain't flags
hence, remove incorrect annotation. Test: built Fixes: 174237124 Change-Id: Ie90cbd050f32f76bd0b9b01537e39d094352b0d1
This commit is contained in:
@@ -357,7 +357,7 @@ public class AppOpsManager {
|
||||
|
||||
/** @hide */
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@IntDef(flag = true, prefix = { "MODE_" }, value = {
|
||||
@IntDef(prefix = { "MODE_" }, value = {
|
||||
MODE_ALLOWED,
|
||||
MODE_IGNORED,
|
||||
MODE_ERRORED,
|
||||
|
||||
Reference in New Issue
Block a user