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

Commit 1da0f88b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add TODO for attribution tag overload for checkOp"

parents 5ccd0885 013640ea
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);
            }