diff options
| author | Chen Xu <fionaxu@google.com> | 2021-03-08 10:59:05 +0800 |
|---|---|---|
| committer | Chen Xu <fionaxu@google.com> | 2021-03-08 03:01:13 +0000 |
| commit | 8bd2776723751b2c99c722b15380a2e51646cad2 (patch) | |
| tree | 6fb946823c72ad214fe33d8d1de2934fe38b1433 /res | |
| parent | 900f17c49edf54ada9efd641543d3e07e8f85a41 (diff) | |
| download | platform_packages_modules_CellBroadcastService-8bd2776723751b2c99c722b15380a2e51646cad2.tar.gz platform_packages_modules_CellBroadcastService-8bd2776723751b2c99c722b15380a2e51646cad2.tar.bz2 platform_packages_modules_CellBroadcastService-8bd2776723751b2c99c722b15380a2e51646cad2.zip | |
do not compare message body for Docomo ETWS duplication check
Bug: 181822880
Test: Build
Change-Id: I263ded6dde11591ee20e3502e1f4b5da759d9db0
Diffstat (limited to 'res')
| -rw-r--r-- | res/values-mcc440-mnc10/config.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values-mcc440-mnc10/config.xml b/res/values-mcc440-mnc10/config.xml new file mode 100644 index 0000000..b08cef3 --- /dev/null +++ b/res/values-mcc440-mnc10/config.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2021 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources> + <!-- Whether to compare message body when performing message duplicate detection --> + <bool name="duplicate_compare_body">false</bool> +</resources> |
