diff options
| author | 2024-01-12 06:12:00 +0000 | |
|---|---|---|
| committer | 2024-01-12 06:12:00 +0000 | |
| commit | 0ad1bead42b436af556cb90bb9488c30191cf62c (patch) | |
| tree | 967cd572ec1856c5e0a42f827fc26210b6801397 | |
| parent | 88e499de58cb21255a5231dd7d3aaf552b3b36ac (diff) | |
| parent | 6f56f53b41daad925cf09a6d336521ddd74b201b (diff) | |
Merge "Fix typo / missing word in PHONE_NUMBER_SOURCE_UICC docs" into main
| -rw-r--r-- | telephony/java/android/telephony/SubscriptionManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/SubscriptionManager.java b/telephony/java/android/telephony/SubscriptionManager.java index c435c4a450d0..a5c6d57aed82 100644 --- a/telephony/java/android/telephony/SubscriptionManager.java +++ b/telephony/java/android/telephony/SubscriptionManager.java @@ -1315,7 +1315,7 @@ public class SubscriptionManager { * A source of phone number: the EF-MSISDN (see 3GPP TS 31.102), * or EF-MDN for CDMA (see 3GPP2 C.P0065-B), from UICC application. * - * <p>The availability and a of the number depends on the carrier. + * <p>The availability and accuracy of the number depends on the carrier. * The number may be updated by over-the-air update to UICC applications * from the carrier, or by other means with physical access to the SIM. */ |