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

Commit d7187c90 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

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