From f86bf75928501d20b096d1698d97ddd77e2fc72f Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Mon, 2 Mar 2020 11:53:27 -0800 Subject: Fixed the doc Added extra information Test: None Bug: 150126754 Merged-In: Ice5032ba84a24dd5d9091f80303ccbbc3bd1ff20 Change-Id: Ice5032ba84a24dd5d9091f80303ccbbc3bd1ff20 (cherry picked from commit f23e44e84b278e1cf65a163324af4d3afa0ded30) --- core/java/android/telephony/CellBroadcastIntents.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 = -- cgit v1.2.3-59-g8ed1b