Merge "Disable USAP by default on devices" into qt-dev

am: 6c3bbf9e93

Change-Id: I131b75b45e43b185266ebb54f49815896fc67ffe
This commit is contained in:
Tim Joines
2019-06-27 09:22:21 -07:00
committed by android-build-merger

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.