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

Commit 2b46d5b8 authored by qingqi's avatar qingqi Committed by Qingqi Lei
Browse files

Add variable for metrics cooldown time

Bug: 318901076
Test: m
Change-Id: Icb8844558717eb33a078af88af53b59bd781ea08
parent 50981b6c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -334,4 +334,9 @@
    <bool name="config_enable_cellular_on_boot_default">true</bool>
    <java-symbol type="bool" name="config_enable_cellular_on_boot_default" />

    <!-- Defines metrics pull cooldown period. The default cooldown period is 23 hours,
         some Telephony metrics need to be pulled more frequently  -->
    <integer name="config_metrics_pull_cooldown_millis">82800000</integer>
    <java-symbol type="integer" name="config_metrics_pull_cooldown_millis" />

</resources>