diff options
| author | 2020-09-16 21:11:50 +0000 | |
|---|---|---|
| committer | 2020-09-16 21:11:50 +0000 | |
| commit | 2c3e56fce6020211c68c7cc5b85ed51cd76bdb9a (patch) | |
| tree | 5cf169a22671579a03293eb884aaf07004b09244 | |
| parent | efca2d56f1c2a1a0271cc9a9ea42634705ceeebd (diff) | |
| parent | acb336bd3027c802dd070ccb22ca34d1534836c8 (diff) | |
Merge "Fixed that data connections not tearing down when APN set id changes"
| -rw-r--r-- | core/java/android/provider/Telephony.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java index 784119f94679..fab70844989b 100644 --- a/core/java/android/provider/Telephony.java +++ b/core/java/android/provider/Telephony.java @@ -3948,8 +3948,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 */ |