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

Commit 7510bf5e authored by Cody Kesting's avatar Cody Kesting Committed by Gerrit Code Review
Browse files

Merge "Cache correct calling UID for VcnStatusCallbacks."

parents d880cf50 8ec617ad
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -821,8 +821,7 @@ public class VcnManagementService extends IVcnManagementService.Stub {

            final IBinder cbBinder = callback.asBinder();
            final VcnStatusCallbackInfo cbInfo =
                    new VcnStatusCallbackInfo(
                            subGroup, callback, opPkgName, mDeps.getBinderCallingUid());
                    new VcnStatusCallbackInfo(subGroup, callback, opPkgName, callingUid);

            try {
                cbBinder.linkToDeath(cbInfo, 0 /* flags */);