Merge "Widen allowed UID range for webview zygote."
This commit is contained in:
committed by
Android (Google) Code Review
commit
f8e82809ef
@@ -163,7 +163,7 @@ public class WebViewZygote {
|
||||
TextUtils.join(",", Build.SUPPORTED_ABIS),
|
||||
null, // instructionSet
|
||||
Process.FIRST_ISOLATED_UID,
|
||||
Process.LAST_ISOLATED_UID);
|
||||
Integer.MAX_VALUE); // TODO(b/123615476) deal with user-id ranges properly
|
||||
ZygoteProcess.waitForConnectionToZygote(sZygote.getPrimarySocketAddress());
|
||||
|
||||
if (sPackageOriginalAppInfo.sourceDir.equals(sPackage.applicationInfo.sourceDir)) {
|
||||
|
||||
Reference in New Issue
Block a user