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

Commit 933e043c authored by yunseon.park's avatar yunseon.park Committed by android-build-merger
Browse files

Merge "Set the WebViewLoader's targetSdk same with framework's." am: d7187c90

am: f7ba3040

Change-Id: I123b9bdce3fde5405f356fb0b4c80e770eae43b8
parents 600ee19e f7ba3040
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3643,6 +3643,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            info.className = entryPoint;
            info.packageName = "android";
            info.seInfoUser = SELinuxUtil.COMPLETE_STR;
            info.targetSdkVersion = Build.VERSION.SDK_INT;
            ProcessRecord proc = startProcessLocked(processName, info /* info */,
                    false /* knownToBeDead */, 0 /* intentFlags */, ""  /* hostingType */,
                    null /* hostingName */, true /* allowWhileBooting */, true /* isolated */,