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

Commit 83ce4c2d authored by Rhed Jao's avatar Rhed Jao
Browse files

Define a new config for the maximum call log size

Allow partners to modify the maximum number of call log entries for
each sim card that can be stored in the call log provider on the
device.

Bug: 352235494
Test: Build
Flag: EXEMPT resource only update
Change-Id: I65583166827372ca21aa7307e10c670732de6c07
parent d420549b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7100,4 +7100,8 @@
    <!-- 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>

    <!-- The maximum number of call log entries for each sim card that can be stored in the call log
         provider on the device. -->
    <integer name="config_maximumCallLogEntriesPerSim">500</integer>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -5530,6 +5530,8 @@
  <java-symbol type="integer" name="config_wallpaperFrameRateCompatibility" />

  <java-symbol type="integer" name="config_defaultMinEmergencyGestureTapDurationMillis" />
  <java-symbol type="integer" name="config_maximumCallLogEntriesPerSim" />

  <!-- Back swipe thresholds -->
  <java-symbol type="dimen" name="navigation_edge_action_progress_threshold" />
  <java-symbol type="dimen" name="back_progress_non_linear_factor" />