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

Commit 4bde4754 authored by Brahim Chikhaoui's avatar Brahim Chikhaoui Committed by Android (Google) Code Review
Browse files

Merge "Add a new config_HsumBootStrategy to control the boot strategy in...

Merge "Add a new config_HsumBootStrategy to control the boot strategy in Headless System User Mode (HSUM)" into main
parents 4a10fd11 7b474b64
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3087,6 +3087,12 @@
    <!-- Whether UI for multi user should be shown -->
    <bool name="config_enableMultiUserUI">false</bool>

    <!-- Indicates the boot strategy in Headless System User Mode (HSUM)
         This config has no effect if the device is not in HSUM.
         0 (Default) : boot to the previous foreground user if there is one, otherwise the first switchable user.
         1 : boot to the first switchable full user for initial boot (unprovisioned device), else to the headless system user, i.e. user 0. -->
    <integer name="config_hsumBootStrategy">0</integer>

    <!-- Whether to boot system with the headless system user, i.e. user 0. If set to true,
         system will be booted with the headless system user, or user 0. It has no effect if device
         is not in Headless System User Mode (HSUM). -->
+1 −0
Original line number Diff line number Diff line
@@ -312,6 +312,7 @@
  <java-symbol type="bool" name="config_disableLockscreenByDefault" />
  <java-symbol type="bool" name="config_enableBurnInProtection" />
  <java-symbol type="bool" name="config_hotswapCapable" />
  <java-symbol type="integer" name="config_hsumBootStrategy" />
  <java-symbol type="bool" name="config_mms_content_disposition_support" />
  <java-symbol type="bool" name="config_networkSamplingWakesDevice" />
  <java-symbol type="bool" name="config_showMenuShortcutsWhenKeyboardPresent" />