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

Commit b2964b29 authored by Bryan Ferris's avatar Bryan Ferris Committed by Android (Google) Code Review
Browse files

Merge "[RESTRICT AUTOMERGE] Correct argument order in permission check" into pi-dev

parents 7b96d83a d2432fc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ public class SliceManagerService extends ISliceManager.Stub {
    }

    protected int checkAccess(String pkg, Uri uri, int uid, int pid) {
        return checkSlicePermission(uri, pkg, uid, pid, null);
        return checkSlicePermission(uri, pkg, pid, uid, null);
    }

    private String getProviderPkg(Uri uri, int user) {