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

Commit a2912ba4 authored by Zhang Fang's avatar Zhang Fang Committed by Steve Kondik
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 fe2fd1ab
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1478,4 +1478,8 @@

    <!-- 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>
+3 −0
Original line number Diff line number Diff line
@@ -1974,4 +1974,7 @@

  <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>