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

Commit 013640ea authored by Evan Severson's avatar Evan Severson
Browse files

Add TODO for attribution tag overload for checkOp

Test: None
Bug: 240617242
Change-Id: I3f9c92f64cf8ec88a7fe140c06bec3dd7b760a8f
parent 0033ae8e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7287,6 +7287,7 @@ public class AppOpsService extends IAppOpsService.Stub {
                return true;
            }

            // TODO (b/240617242) add overload for checkOp to support attribution tags
            if (isCheckOp) {
                return !perUserExclusions.includes(packageName);
            }