Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 341817e1 authored by Tim Joines's avatar Tim Joines
Browse files

Disable USAP by default on devices

Test: manual, usap process missing on boot
Bug: 136003445
Change-Id: I991b24d2a386c0969bc27f9aecd6b8748b80085a
parent 8dc0ab0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.