[Graceful IMS cleanup] Set config_delay_for_ims_dereg_millis = 3000

Bug: 216586309
Test: build
Change-Id: I2193c65c3554f55d46fb76bd502cb78ef4da5636
This commit is contained in:
Kurt Chang 2022-01-20 12:00:12 +00:00 committed by TreeHugger Robot
parent 51f88201b1
commit 27b5af0c92

View file

@ -160,6 +160,11 @@
<!-- Flag specifying whether WFC over IMS is availasble on device -->
<bool name="config_device_wfc_ims_available">true</bool>
<!-- An integer representing a timeout value in milliseconds that will be used to delay a
radio power off command until IMS deregistration completes. If 0, this feature is disabled
and there will be no delay. -->
<integer name="config_delay_for_ims_dereg_millis">3000</integer>
<!-- Whether the new Auto Selection Network UI should be shown -->
<bool name="config_enableNewAutoSelectNetworkUI">true</bool>