diff options
| author | 2019-06-27 09:17:06 -0700 | |
|---|---|---|
| committer | 2019-06-27 09:17:06 -0700 | |
| commit | 35bc77713077a3af8c66cee504998a2d2863cf1b (patch) | |
| tree | 64e1c046fe6b35e5261af43a8ebb2a373005d2cc | |
| parent | b99472439ec9667edf6fc7ab45af171647e710c1 (diff) | |
| parent | 6c3bbf9e931cf7589258bc80e786588d491e5941 (diff) | |
Merge "Disable USAP by default on devices" into qt-dev
am: 6c3bbf9e93
Change-Id: I8195f09066a4288da76a10f5e52d44763034c3af
| -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. |