diff options
| author | Tim Joines <tjoines@google.com> | 2019-06-27 10:49:44 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-06-27 10:49:44 -0700 |
| commit | f2527bbc601d76a5b6e1521583243b4155cfecf2 (patch) | |
| tree | 2c88b473d3c3543a3daac755a895d1063f0daaad /core/java/android/os/ZygoteProcess.java | |
| parent | ced3f6160c36fbeee767170f247e830fdf12da08 (diff) | |
| parent | 35bc77713077a3af8c66cee504998a2d2863cf1b (diff) | |
Merge "Disable USAP by default on devices" into qt-dev am: 6c3bbf9e93
am: 35bc777130
Change-Id: Ib7a037e51b3a007a942fb877cb09d2c890021596
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 9bcdceef61f1..09e09e9f8a13 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. |
