Skip to content
Snippets Groups Projects
Commit 8e609e94 authored by Weizhung Ding's avatar Weizhung Ding Committed by Android Build Coastguard Worker
Browse files

Revert "Remove field from getSdkSandboxApplicationInfoForInstrum..."

Revert submission 25159737-unflagged_api

Reason for revert: b/307905132

Reverted changes: /q/submissionid:25159737-unflagged_api
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d667b5b861b42ab07827ead537c7b77d80af1422)
Merged-In: Id8cf259eb8f7ec04e0587a3cae2f32f11a0fbdb6
Change-Id: Id8cf259eb8f7ec04e0587a3cae2f32f11a0fbdb6
parent 8d4f1bc4
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment