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

Commit 0471cade authored by Andrew Solovay's avatar Andrew Solovay Committed by Android (Google) Code Review
Browse files

Merge "docs: Adding note to getPhoneNumber(int)" into tm-dev

parents 66ae67ff 97e99a76
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -4013,6 +4013,10 @@ public class SubscriptionManager {
     * cautiously, for example, after formatting the number to a consistent format with
     * cautiously, for example, after formatting the number to a consistent format with
     * {@link android.telephony.PhoneNumberUtils#formatNumberToE164(String, String)}.
     * {@link android.telephony.PhoneNumberUtils#formatNumberToE164(String, String)}.
     *
     *
     * <p>The availability and correctness of the phone number depends on the underlying source
     * and the network etc. Additional verification is needed to use this number for
     * security-related or other sensitive scenarios.
     *
     * @param subscriptionId the subscription ID, or {@link #DEFAULT_SUBSCRIPTION_ID}
     * @param subscriptionId the subscription ID, or {@link #DEFAULT_SUBSCRIPTION_ID}
     *                       for the default one.
     *                       for the default one.
     * @return the phone number, or an empty string if not available.
     * @return the phone number, or an empty string if not available.