Adds an overlay for radio power off delay due to IMS deregistration am: e2ebf40064 am: 7f68f2cf04

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15845216

Change-Id: I6cfdf5477f36abda2ebf27e7537075a00cef839c
This commit is contained in:
Brad Ebinger 2021-09-20 12:13:08 +00:00 committed by Automerger Merge Worker
commit 61b42750e0

View file

@ -145,6 +145,11 @@
<!-- Flag specifying whether WFC over IMS is availasble on device --> <!-- Flag specifying whether WFC over IMS is availasble on device -->
<bool name="config_device_wfc_ims_available">true</bool> <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 --> <!-- Whether the new Auto Selection Network UI should be shown -->
<bool name="config_enableNewAutoSelectNetworkUI">true</bool> <bool name="config_enableNewAutoSelectNetworkUI">true</bool>