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

Commit f48cf2ff authored by Zhang Fang's avatar Zhang Fang
Browse files

Add config for the expire age of partial segment messages

Set the value to 30 days based on default value in code,
then it could be customized via res overlay mechanism.

Change-Id: Ia219aa59dd009d831abb03b5921763ade38f0c50
parent 28d0a48c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1408,4 +1408,7 @@

    <!-- Configuration to sending and receiving Mms when mobile data is disable.-->
    <bool name="config_setup_mms_data">false</bool>
    <!-- Configuration to set delete any partial segments expire age -->
    <!-- 30 days by default (60 * 60 * 1000) * 24 * 30 , no long so use string-->
    <string name="config_partial_segment_expire_age">2592000000</string>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -1797,4 +1797,6 @@
  <java-symbol type="bool" name="config_enableCpuBoostForOverScrollerFling" />
  <java-symbol type="bool" name="use_motion_accel" />
  <java-symbol type="bool" name="config_setup_mms_data" />

  <java-symbol type="string" name="config_partial_segment_expire_age" />
</resources>