diff options
| author | 2020-03-02 11:53:27 -0800 | |
|---|---|---|
| committer | 2020-03-18 21:34:32 -0700 | |
| commit | f86bf75928501d20b096d1698d97ddd77e2fc72f (patch) | |
| tree | 03e43cd2ccefc6faf1b5314b2aa907cbc571f4f1 | |
| parent | 1c9035f578c34dd11ef86a6bd8a7e69401b66276 (diff) | |
Fixed the doc
Added extra information
Test: None
Bug: 150126754
Merged-In: Ice5032ba84a24dd5d9091f80303ccbbc3bd1ff20
Change-Id: Ice5032ba84a24dd5d9091f80303ccbbc3bd1ff20
(cherry picked from commit f23e44e84b278e1cf65a163324af4d3afa0ded30)
| -rw-r--r-- | core/java/android/telephony/CellBroadcastIntents.java | 6 |
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 = |