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

Commit b1cebd9e authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am 5579e41c: Add op package to the UID special case handling in account manager.

* commit '5579e41c':
  Add op package to the UID special case handling in account manager.
parents 55c3a196 5579e41c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2607,6 +2607,7 @@ public class AccountManagerService
        // be passed in the original caller's uid here, which is what should be used for filtering.
        if (packageUid != -1 && UserHandle.isSameApp(callingUid, Process.myUid())) {
            callingUid = packageUid;
            opPackageName = callingPackage;
        }

        List<String> visibleAccountTypes = getTypesVisibleToCaller(callingUid, userId,