Fixed the doc

Added extra information

Test: None
Bug: 150126754
Merged-In: Ice5032ba84a24dd5d9091f80303ccbbc3bd1ff20
Change-Id: Ice5032ba84a24dd5d9091f80303ccbbc3bd1ff20
(cherry picked from commit f23e44e84b)
This commit is contained in:
Jack Yu
2020-03-02 11:53:27 -08:00
parent 1c9035f578
commit f86bf75928

View File

@@ -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 =