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

Commit 945a8761 authored by josephpv's avatar josephpv
Browse files

Define new config to enable Private space Hide Illustration

Allow partners to disable the search tile content and hide illustration
in Hide Private Space Settings page.
By default this is set to true which will be used in Pixel.

OEM can set value of config_enableSearchTileHideIllustrationInPrivateSpace in the device
overlay file to false to disable it.

Bug: 346612477
Test: Build
Flag: EXEMPT resource only update
Change-Id: I3d9a932edbcf91dc5a94177d48a3d798dbdb2405
parent 77339b9b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7093,4 +7093,8 @@

    <!-- Whether to enable usb state update via udc sysfs. -->
    <bool name="config_enableUdcSysfsUsbStateUpdate">false</bool>

    <!-- Whether to enable the private space search illustration and search tile content in "Hide Private Space" settings page.
         OEM/Partner can explicitly opt to hide the illustration and search tile content. -->
    <bool name="config_enableSearchTileHideIllustrationInPrivateSpace">true</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -524,6 +524,7 @@
  <java-symbol type="bool" name="config_notificationCloseButtonSupported"/>
  <java-symbol type="bool" name="config_enableGaiaEducationInPrivateSpace"/>
  <java-symbol type="bool" name="config_enableUdcSysfsUsbStateUpdate"/>
  <java-symbol type="bool" name="config_enableSearchTileHideIllustrationInPrivateSpace"/>

  <java-symbol type="color" name="tab_indicator_text_v4" />