diff options
| author | Amit Mahajan <amitmahajan@google.com> | 2020-09-16 22:22:09 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-09-16 22:22:09 +0000 |
| commit | eeeb5b506ff485e092d3a49910cbf0e82c254a4e (patch) | |
| tree | bd50dcd9d49388c1653860450e36187e9ed4ec47 /core/java/android | |
| parent | 3a62413c4f2d3c7c216856d7d1d4ef232fa4a451 (diff) | |
| parent | 2c3e56fce6020211c68c7cc5b85ed51cd76bdb9a (diff) | |
Merge "Fixed that data connections not tearing down when APN set id changes" am: 2c3e56fce6
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1371060
Change-Id: I241c839930f98ba838e3e30f900fa42a64663df2
Diffstat (limited to 'core/java/android')
| -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 */ |
