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

Commit d7ec7026 authored by Jin Jeong's avatar Jin Jeong Committed by Android (Google) Code Review
Browse files

Merge "Fix: Mismatch carrier Id" into main

parents cc9f22c1 17809251
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19915,7 +19915,8 @@ public class TelephonyManager {
     *
     * @param carrierIdentifier {@link CarrierIdentifier}
     *
     * @return Carrier id. Return {@link #UNKNOWN_CARRIER_ID} if the carrier cannot be identified.
     * @return Carrier id from passing {@link CarrierIdentifier}. If parent carrier id is available,
     * it will be returned. Or {@link #UNKNOWN_CARRIER_ID} if the carrier cannot be identified.
     * @throws UnsupportedOperationException If the device does not have
     *          {@link PackageManager#FEATURE_TELEPHONY_SUBSCRIPTION}.
     *