Delay handover tear down due to policy for call
When a handover is not allowed due to handover policy, delay the tear down until the call ends.
Fix: 270895912
Test: basic voice call + data browsing
Change-Id: I7c3a850fb2ad18843b57f9147cdf1558e3b56668
diff --git a/flags/data.aconfig b/flags/data.aconfig
index 9a5b506..c769bcc 100644
--- a/flags/data.aconfig
+++ b/flags/data.aconfig
@@ -1 +1,8 @@
package: "com.android.internal.telephony.flags"
+
+flag {
+ name: "relax_ho_teardown"
+ namespace: "telephony"
+ description: "Relax handover tear down if the device is currently in voice call."
+ bug: "270895912"
+}
\ No newline at end of file