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

Commit 52164a91 authored by Galia Peycheva's avatar Galia Peycheva Committed by Automerger Merge Worker
Browse files

Merge "Add config to show assistant above the dream" into rvc-dev am:...

Merge "Add config to show assistant above the dream" into rvc-dev am: 4cb9d5d9 am: cde6a851 am: c29807b0

Change-Id: I57f8e99bd681e5f186eba851ebf7a31d8ad10ac8
parents 7044aafd c29807b0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4424,4 +4424,7 @@
    <!-- Set to true to enable the user switcher on the keyguard. -->
    <bool name="config_keyguardUserSwitcher">false</bool>

    <!-- Set to true to make assistant show in front of the dream/screensaver. -->
    <bool name="config_assistantOnTopOfDream">false</bool>

</resources>
+3 −0
Original line number Diff line number Diff line
@@ -3954,4 +3954,7 @@

  <!-- Set to true to enable the user switcher on the keyguard. -->
  <java-symbol type="bool" name="config_keyguardUserSwitcher" />

  <!-- Set to true to make assistant show in front of the dream/screensaver. -->
  <java-symbol type="bool" name="config_assistantOnTopOfDream"/>
</resources>