summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorJack Yu <jackyu@google.com>2020-03-19 05:24:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-03-19 05:24:31 +0000
commit28a33a26c2f8b2bde9f71868f52e628c8a648e3a (patch)
treee41c9b37652d425cc6969b47b32d810ac58230a7 /core/java
parentc2083f4503e325fb6b075aa7787c90ed91b93feb (diff)
parentf86bf75928501d20b096d1698d97ddd77e2fc72f (diff)
Merge "Fixed the doc"
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/telephony/CellBroadcastIntents.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/java/android/telephony/CellBroadcastIntents.java b/core/java/android/telephony/CellBroadcastIntents.java
index 921ad3c74681..e07f69a98a85 100644
--- a/core/java/android/telephony/CellBroadcastIntents.java
+++ b/core/java/android/telephony/CellBroadcastIntents.java
@@ -46,7 +46,11 @@ public class CellBroadcastIntents {
/**
* Broadcast intent action for notifying area information has been updated. The information
- * can be retrieved by {@link CellBroadcastService#getCellBroadcastAreaInfo(int)}
+ * can be retrieved by {@link CellBroadcastService#getCellBroadcastAreaInfo(int)}. The
+ * associated SIM slot index of updated area information can be retrieved through the extra
+ * {@link SubscriptionManager#EXTRA_SLOT_INDEX}.
+ *
+ * @see SubscriptionManager#EXTRA_SLOT_INDEX
*/
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
public static final String ACTION_AREA_INFO_UPDATED =