Merge "AppOp modes ain't flags"

This commit is contained in:
TreeHugger Robot
2020-12-01 21:58:46 +00:00
committed by Android (Google) Code Review

View File

@@ -358,7 +358,7 @@ public class AppOpsManager {
/** @hide */
@Retention(RetentionPolicy.SOURCE)
@IntDef(flag = true, prefix = { "MODE_" }, value = {
@IntDef(prefix = { "MODE_" }, value = {
MODE_ALLOWED,
MODE_IGNORED,
MODE_ERRORED,