commit | afaed1a5e08037b028b2a2038015a74d1d7143f8 | [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 | 138728da9a25000aecb9d4d25eabc35921331bb5 [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