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

Commit d667b5b8 authored by Weizhung Ding's avatar Weizhung Ding Committed by Android (Google) Code Review
Browse files

Revert "Remove field from getSdkSandboxApplicationInfoForInstrum..."

Revert submission 25159737-unflagged_api

Reason for revert: b/307905132

Reverted changes: /q/submissionid:25159737-unflagged_api

Change-Id: Id8cf259eb8f7ec04e0587a3cae2f32f11a0fbdb6
parent 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, isSdkInSandbox);
                            sdkSandboxClientAppInfo, userId, isSdkInSandbox);
        } catch (NameNotFoundException e) {
            reportStartInstrumentationFailureLocked(
                    watcher, className, "Can't find SdkSandbox package");