Loading core/java/com/android/internal/os/RoSystemProperties.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 = Loading Loading
core/java/com/android/internal/os/RoSystemProperties.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 = Loading