From 341817e169649c1ec02c308978045d2f2e782dd1 Mon Sep 17 00:00:00 2001 From: Tim Joines Date: Tue, 25 Jun 2019 09:19:50 -0700 Subject: [PATCH] Disable USAP by default on devices Test: manual, usap process missing on boot Bug: 136003445 Change-Id: I991b24d2a386c0969bc27f9aecd6b8748b80085a --- core/java/android/os/ZygoteProcess.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/os/ZygoteProcess.java b/core/java/android/os/ZygoteProcess.java index 9bcdceef61f1b..09e09e9f8a13e 100644 --- a/core/java/android/os/ZygoteProcess.java +++ b/core/java/android/os/ZygoteProcess.java @@ -81,7 +81,7 @@ public class ZygoteProcess { * not be used if the devices has a DeviceConfig profile pushed to it that contains a value for * this key. */ - private static final String USAP_POOL_ENABLED_DEFAULT = "true"; + private static final String USAP_POOL_ENABLED_DEFAULT = "false"; /** * The name of the socket used to communicate with the primary zygote.