summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyosun Kim <hyosunkim@google.com>2023-11-15 09:36:18 +0000
committerHyosun Kim <hyosunkim@google.com>2023-11-17 04:11:37 +0000
commit1c1d741db42182ebe9ff6ec3564239e70f50438e (patch)
tree7bd12bec845e0ac7256e9d13636a41ecec544dd6
parent4976ffc769aa5983eccfa3d553f05f72c950b5da (diff)
downloadCellBroadcastService-1c1d741db42182ebe9ff6ec3564239e70f50438e.tar.gz
Update duplicate message detection for Verizon
Verizon's requirement to detect duplicate messages is modified to check both serial number and message id. Bug: 311215348 Test : VZW WEA 5G R&S test TC 2 and 8 (result : b/311132513) Change-Id: Ia65e6d8c7b32533d85a2e67582c1a7a35fc1066d
-rw-r--r--res/values-mcc310-mnc012/config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values-mcc310-mnc012/config.xml b/res/values-mcc310-mnc012/config.xml
index 73a4e8b..16b960d 100644
--- a/res/values-mcc310-mnc012/config.xml
+++ b/res/values-mcc310-mnc012/config.xml
@@ -18,7 +18,4 @@
<!-- The maximum waiting time in seconds for location to perform
device based geo-fencing -->
<integer name="max_location_waiting_time">120</integer>
-
- <!-- Whether to compare message service category when deduping messages -->
- <bool name="duplicate_compare_service_category">false</bool>
</resources>