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

Commit b175d572 authored by Galia Peycheva's avatar Galia Peycheva
Browse files

Add config to show assistant above the dream

Bug: 152425699

Test: m && flashall && verify that assistant shows below the dream on
phones and above the dream on tvs

Change-Id: I9a51924705b0eb9cdf31fa74d9ced2c151d5c7cb
parent 3fe54949
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
@@ -3953,4 +3953,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>