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

Commit b84bfac3 authored by Ying Zheng's avatar Ying Zheng Committed by android-build-merger
Browse files

Merge "Flip default value of headless user 0 flag." into qt-dev

am: a8189276

Change-Id: I83f1addd0c9fcd6e5bef389ae267a23c63b5f7da
parents 38e75ff4 a8189276
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ public class RoSystemProperties {
    public static final boolean FW_SYSTEM_USER_SPLIT =
            SystemProperties.getBoolean("ro.fw.system_user_split", false);
    public static final boolean MULTIUSER_HEADLESS_SYSTEM_USER =
            SystemProperties.getBoolean("ro.fw.multiuser.headless_system_user", false);
            SystemProperties.getBoolean("ro.fw.multiuser.headless_system_user", true);

    // ------ ro.crypto.* -------- //
    public static final CryptoProperties.state_values CRYPTO_STATE =