summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chen Xu <fionaxu@google.com> 2020-10-08 17:59:47 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-10-08 17:59:47 +0000
commita34f7f7a0275d889bc9bc54b695083d8967d9cd1 (patch)
tree15384eba6a4a2b87a05d178ba634e86ca2536e87
parentb854d53c994156d0ebdb04b89c787875cc28fbe1 (diff)
parent51571f8993343d633b12cf5228f397e63c295450 (diff)
Merge "area info update improvement" into mainline-prod am: 51571f8993
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12787956 Change-Id: Iccbe9f7fbc9de42102fafcf98d422a98db6cbd6c
-rw-r--r--core/java/android/telephony/CellBroadcastIntents.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/telephony/CellBroadcastIntents.java b/core/java/android/telephony/CellBroadcastIntents.java
index e07f69a98a85..c3ca2866c71c 100644
--- a/core/java/android/telephony/CellBroadcastIntents.java
+++ b/core/java/android/telephony/CellBroadcastIntents.java
@@ -45,7 +45,8 @@ public class CellBroadcastIntents {
private static final String EXTRA_MESSAGE = "message";
/**
- * Broadcast intent action for notifying area information has been updated. The information
+ * Broadcast intent action for notifying area information has been updated. broadcast is also
+ * sent when the user turns off area info alerts. The information
* 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}.