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:
commit
61b42750e0
1 changed files with 5 additions and 0 deletions
|
@ -145,6 +145,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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue