Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a30919e authored by Gwen Lin's avatar Gwen Lin Committed by Android (Google) Code Review
Browse files

Merge "Update Java doc for the handover incall rule" into main

parents 9df183f0 e7851651
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10596,6 +10596,8 @@ public class CarrierConfigManager {
     *     <!-- Handover from 4G to IWLAN is not allowed if the device has capability in either IMS
     *     or EIMS-->
     *     <item value="source=EUTRAN, target=IWLAN, type=disallowed, capabilities=IMS|EIMS"/>
     *     <!-- Handover from IWLAN to 5G is not allowed if the device is incall. -->
     *     <item value="source=IWLAN, target=NGRAN, incall=true, type=disallowed"/>
     *     <!-- Handover is always allowed in any condition. -->
     *     <item value="source=GERAN|UTRAN|EUTRAN|NGRAN|IWLAN|UNKNOWN,
     *         target=GERAN|UTRAN|EUTRAN|NGRAN|IWLAN, type=allowed"/>