Disable USAP by default on devices

Test: manual, usap process missing on boot
Bug: 136003445
Change-Id: I991b24d2a386c0969bc27f9aecd6b8748b80085a
This commit is contained in:
Tim Joines
2019-06-25 09:19:50 -07:00
parent 8dc0ab0aeb
commit 341817e169

View File

@@ -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.