diff options
author | 2020-03-19 00:04:42 +0000 | |
---|---|---|
committer | 2020-03-19 00:04:42 +0000 | |
commit | 33763bb368f29b36db3e044d07702ab38fd34ffe (patch) | |
tree | b95f688d1e4e7b1e4e04a3284f3f1b5bdf000847 | |
parent | dadc21283a360914da573dd0fc718d560a319b14 (diff) | |
parent | e44a37221297b3bed761be184404be68a0f49ea6 (diff) |
Merge "Add documentation for ACTION_MULTI_SIM_CONFIG_CHANGED" into rvc-dev am: 66bc35787c am: 8df523f695 am: e44a372212
Change-Id: I6fb6c6f4dd4aac0dfb4cf0386f07f7117a0082b0
-rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index a8a971ce0c93..a6020d81a66a 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -1036,7 +1036,9 @@ public class TelephonyManager { "android.telephony.extra.VOICEMAIL_SCRAMBLED_PIN_STRING"; /** - * Broadcast intent that indicates multi-SIM configuration is changed. For example, it changed + * Broadcast action to be received by Broadcast receivers. + * + * Indicates multi-SIM configuration is changed. For example, it changed * from single SIM capable to dual-SIM capable (DSDS or DSDA) or triple-SIM mode. * * It doesn't indicate how many subscriptions are actually active, or which states SIMs are, |