From 06fc58ce6d00a638b8ab9fe3db87b1cc0507291f Mon Sep 17 00:00:00 2001 From: Greg Piecyk Date: Fri, 9 Feb 2024 01:19:52 +0000 Subject: Fix a typo "availavle" in documentation for the getPhoneNumber method. Change-Id: Ice8dd54f5f2264bbe7d08da76335811f9f93fe4a --- telephony/java/android/telephony/SubscriptionManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephony/java/android/telephony/SubscriptionManager.java b/telephony/java/android/telephony/SubscriptionManager.java index 3fde3b6bfc5b..711820796496 100644 --- a/telephony/java/android/telephony/SubscriptionManager.java +++ b/telephony/java/android/telephony/SubscriptionManager.java @@ -4333,7 +4333,7 @@ public class SubscriptionManager { * *

Note the assumption is that one subscription (which usually means one SIM) has * only one phone number. The multiple sources backup each other so hopefully at least one - * is availavle. For example, for a carrier that doesn't typically set phone numbers + * is available. For example, for a carrier that doesn't typically set phone numbers * on {@link #PHONE_NUMBER_SOURCE_UICC UICC}, the source {@link #PHONE_NUMBER_SOURCE_IMS IMS} * may provide one. Or, a carrier may decide to provide the phone number via source * {@link #PHONE_NUMBER_SOURCE_CARRIER carrier} if neither source UICC nor IMS is available. -- cgit v1.2.3-59-g8ed1b