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

Commit 17809251 authored by jinjeong's avatar jinjeong
Browse files

Fix: Mismatch carrier Id

 -  Updated documentation

Bug: 417895263
FLAG: com.android.internal.telephony.flags.carrier_id_from_carrier_identifier
Test: atest
Change-Id: Ic3b8907935e05cc025e7c98d33e5ee99cc56fafd
parent 4d70ec11
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}.
     *