Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4493e29 authored by Sarah Kim's avatar Sarah Kim
Browse files

Fix incorrect links in documentation for deprecated getAllowedCarriers

Test: build
Fix: 335604511
Change-Id: I3449b03721f2c1bc79fd0da2274de2e14416d244
parent 5d0f8f35
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -13787,11 +13787,11 @@ public class TelephonyManager {
     * <p>This method returns valid data on devices with {@link
     * <p>This method returns valid data on devices with {@link
     * android.content.pm.PackageManager#FEATURE_TELEPHONY_CARRIERLOCK} enabled.
     * android.content.pm.PackageManager#FEATURE_TELEPHONY_CARRIERLOCK} enabled.
     *
     *
     * @deprecated Apps should use {@link getCarriersRestrictionRules} to retrieve the list of
     * @deprecated Apps should use {@link #getCarrierRestrictionRules} to retrieve the list of
     * allowed and excliuded carriers, as the result of this API is valid only when the excluded
     * allowed and excliuded carriers, as the result of this API is valid only when the excluded
     * list is empty. This API could return an empty list, even if some restrictions are present.
     * list is empty. This API could return an empty list, even if some restrictions are present.
     *
     *
     * @return List of {@link android.telephony.CarrierIdentifier}; empty list
     * @return List of {@link android.service.carrier.CarrierIdentifier}; empty list
     * means all carriers are allowed.
     * means all carriers are allowed.
     *
     *
     * @throws UnsupportedOperationException If the device does not have
     * @throws UnsupportedOperationException If the device does not have