Merge "Use the correct value for Process.WEBVIEW_ZYGOTE_UID."

This commit is contained in:
Treehugger Robot
2018-01-23 18:14:00 +00:00
committed by Gerrit Code Review

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.