Move mobile provision url design to telephony interface
ConnectivityService is going to become mainline and can not
access hidden APIs. Telephony and Settings were both accessing
the hidden API ConnectivityManager#getMobileProvisioningUrl.
Moving #getMobileProvisioningUrl method into telephony means
that there is one less access to a hidden API within the overall
framework since the Connectivity stack never needed this value.
Thus, move getMobileProvisioningUrl() to telephony surface.
Bug: 175177794
Test: atest FrameworksTelephonyTests
Change-Id: Ifbfce791d0c8c2c64ac373f00ab04bd254e71732
1 file changed