From 72c2e8309b3e19ba4096c9e676f2f18f348141a6 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Fri, 22 Apr 2022 19:44:00 -0700 Subject: Added enhanced IWLAN handover check support Added enhanced IWLAN handover check support, where telephony frameworks will not perform handover if the target transport is out of service, or VoPS not supported. The network will be torn down on the source transport, and re-established on the target transport when condition is allowed for bringing up a new network. Fix: 229151428 Test: atest DataNetworkControllerTest & Sanity testing Change-Id: Iad41d4e8e23001b9c19a81edac04b1099e550f3e --- core/res/res/values/config_telephony.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml index 77500c42c6bf..d9ac5164f705 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -109,4 +109,12 @@ + + + true + -- cgit v1.2.3-59-g8ed1b