commit | 1f42df12dc2c726be66d7ee38c018a8bb3d6d0b9 | [log] [tgz] |
---|---|---|
author | Chalard Jean <jchalard@google.com> | Thu Nov 21 14:48:00 2019 +0900 |
committer | Chalard Jean <jchalard@google.com> | Thu Nov 21 14:48:00 2019 +0900 |
tree | d09490190aa5b14a19734973c1bb421190afab96 | |
parent | 33046223a27d4930cc1910bec95cf95524886ab4 [diff] |
Cut the dependency to APN constants With Telephony moving to Mainline these constants are not accessible any more, and should not be made public. As they are only used by a deprecated method that can only be called by apps with a target SDK < M and only for one of the features it used to handle, copying the constants until this method is completely removed is the simplest way to go. Test: FrameworksNetTests Bug: 144454341 Change-Id: Iea18c8d2f2c8a40f04db9383d3f74b917267ba25