diff options
| author | 2024-08-24 09:50:22 +0000 | |
|---|---|---|
| committer | 2024-08-24 09:50:22 +0000 | |
| commit | 9922b562d307c90dc854df717ca4d62d34057c6c (patch) | |
| tree | 6c426bf83c724e79f29470226870b4f5c4ed8de4 | |
| parent | dec9be5f74ace557eed5299bc49151ee8fab3fa5 (diff) | |
| parent | 84ab8ef6fbdd4a34b0da1a9dc3a7720ecf241c37 (diff) | |
Merge "Modify the description of EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_ALL" into main
| -rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 3e8b3268ae4c..7481daa8e396 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -1777,8 +1777,8 @@ public class TelephonyManager { /** * Used as an int value for {@link #EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE} - * to indicate user to decide whether current SIM should be preferred for all - * data / voice / sms. {@link #EXTRA_SUBSCRIPTION_ID} will specified to indicate + * to indicate the current SIM should be preferred for all data / voice / sms. + * {@link #EXTRA_SUBSCRIPTION_ID} will specified to indicate * which subscription should be the default subscription. * @hide */ |