diff options
| author | Tim Joines <tjoines@google.com> | 2019-06-27 13:06:13 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-06-27 13:06:13 -0700 |
| commit | 41e6e08899ea095daae7f3d379fff2723e55d2c4 (patch) | |
| tree | c96e17239c1f9866fd12d6b1b8bdcbc59e02e34c /core/java/android/os/ZygoteProcess.java | |
| parent | d1cfa11c4b666847c220d6f9863dba7981165242 (diff) | |
| parent | f2527bbc601d76a5b6e1521583243b4155cfecf2 (diff) | |
Merge "Disable USAP by default on devices" into qt-dev am: 6c3bbf9e93 am: 35bc777130
am: f2527bbc60
Change-Id: Icc803d1648ac0c4b4341291fa41ed02d2b04f54a
Diffstat (limited to 'core/java/android/os/ZygoteProcess.java')
| -rw-r--r-- | core/java/android/os/ZygoteProcess.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/ZygoteProcess.java b/core/java/android/os/ZygoteProcess.java index f99e9900e105..a32b7c6021bb 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. |
