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

Commit 01fc16e6 authored by Sandro Montanari's avatar Sandro Montanari Committed by Android (Google) Code Review
Browse files

Merge "Remove field from getSdkSandboxApplicationInfoForInstrumentation" into main

parents b8086ac5 013a0cf8
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, userId, isSdkInSandbox);
                            sdkSandboxClientAppInfo, isSdkInSandbox);
        } catch (NameNotFoundException e) {
            reportStartInstrumentationFailureLocked(
                    watcher, className, "Can't find SdkSandbox package");