Loading core/java/android/telephony/CellBroadcastIntents.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -46,7 +46,11 @@ public class CellBroadcastIntents { /** /** * Broadcast intent action for notifying area information has been updated. The information * 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) @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String ACTION_AREA_INFO_UPDATED = public static final String ACTION_AREA_INFO_UPDATED = Loading Loading
core/java/android/telephony/CellBroadcastIntents.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -46,7 +46,11 @@ public class CellBroadcastIntents { /** /** * Broadcast intent action for notifying area information has been updated. The information * 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) @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String ACTION_AREA_INFO_UPDATED = public static final String ACTION_AREA_INFO_UPDATED = Loading