summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-27 23:28:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-27 23:28:34 +0000
commit378b98b31a4dec31d99539f9ecbba081d8fdae5e (patch)
tree473aac5d6afa22c25fc5d5848e78464191dccf5f
parent62b7607ae12d2b93dc12f1a653e4e1d4c76dfac4 (diff)
parent389ebd9c50fe61d35f4f3ee8486d16826eea6535 (diff)
downloadCellBroadcastService-378b98b31a4dec31d99539f9ecbba081d8fdae5e.tar.gz
Change-Id: Ic9c6ca617f17157c0b59c6e79df19489bc38a698
-rw-r--r--res/values-mcc404/config.xml23
-rw-r--r--res/values-mcc405/config.xml23
2 files changed, 0 insertions, 46 deletions
diff --git a/res/values-mcc404/config.xml b/res/values-mcc404/config.xml
deleted file mode 100644
index 261ef67..0000000
--- a/res/values-mcc404/config.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2020 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>
- <!-- Cell broadcast channels for area info update. Note the channel configuration for area info
- is needed in CellBroadcastReceiver as well. -->
- <integer-array name="area_info_channels">
- <item>50</item>
- </integer-array>
-</resources>
diff --git a/res/values-mcc405/config.xml b/res/values-mcc405/config.xml
deleted file mode 100644
index 361d534..0000000
--- a/res/values-mcc405/config.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2020 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>
- <!-- Cell broadcast channels for area info update. Note the channel configuration for area info
- is needed in CellBroadcastReceiver as well. -->
- <integer-array name="area_info_channels">
- <item>60</item>
- </integer-array>
-</resources>