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

Commit b94a84b3 authored by Hassan Ali's avatar Hassan Ali Committed by Android (Google) Code Review
Browse files

Merge "Revert "Remove field from getSdkSandboxApplicationInfoForInstrum..."" into main

parents 54a3d674 d667b5b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15934,7 +15934,7 @@ public class ActivityManagerService extends IActivityManager.Stub
        try {
            sdkSandboxInfo =
                    sandboxManagerLocal.getSdkSandboxApplicationInfoForInstrumentation(
                            sdkSandboxClientAppInfo, isSdkInSandbox);
                            sdkSandboxClientAppInfo, userId, isSdkInSandbox);
        } catch (NameNotFoundException e) {
            reportStartInstrumentationFailureLocked(
                    watcher, className, "Can't find SdkSandbox package");