Merge "Use the correct value for Process.WEBVIEW_ZYGOTE_UID." am: 572f65fb58 am: cb7119385e

am: 000552a64d

Change-Id: If279fa06502f3bd39542504352c07a4e15b078dd
This commit is contained in:
Robert Sesek
2018-01-23 22:00:08 +00:00
committed by android-build-merger

View File

@@ -143,7 +143,7 @@ public class Process {
* Defines the UID/GID for the WebView zygote process.
* @hide
*/
public static final int WEBVIEW_ZYGOTE_UID = 1051;
public static final int WEBVIEW_ZYGOTE_UID = 1053;
/**
* Defines the UID used for resource tracking for OTA updates.