Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0241424 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

AppOp modes ain't flags

hence, remove incorrect annotation.

Test: built
Fixes: 174237124
Change-Id: Ie90cbd050f32f76bd0b9b01537e39d094352b0d1
parent 4bc7c491
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -357,7 +357,7 @@ public class AppOpsManager {


    /** @hide */
    /** @hide */
    @Retention(RetentionPolicy.SOURCE)
    @Retention(RetentionPolicy.SOURCE)
    @IntDef(flag = true, prefix = { "MODE_" }, value = {
    @IntDef(prefix = { "MODE_" }, value = {
            MODE_ALLOWED,
            MODE_ALLOWED,
            MODE_IGNORED,
            MODE_IGNORED,
            MODE_ERRORED,
            MODE_ERRORED,