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

Commit acb336bd authored by Jack Yu's avatar Jack Yu Committed by Amit Mahajan
Browse files

Fixed that data connections not tearing down when APN set id changes

When APN set id changes (by changing the preferred APN in settings),
the existing data connections from previous APN set id should be
torn down. Fixed by checking the APN set id when building the
waiting APN list and tethering APN list.

Fix: 159761970
Test: DcTrackerTest
Merged-in: I626f871b64d50127feece80f018272e51ad1c66c
Change-Id: I626f871b64d50127feece80f018272e51ad1c66c
(cherry picked from commit 715073fc)
parent cc8d4f68
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3924,8 +3924,7 @@ public final class Telephony {

        /**
         * The APN set id. When the user manually selects an APN or the framework sets an APN as
         * preferred, all APNs with the same set id as the selected APN should be prioritized over
         * APNs in other sets.
         * preferred, the device can only use APNs with the same set id as the selected APN.
         * <p>Type: INTEGER</p>
         * @hide
         */