summaryrefslogtreecommitdiff
path: root/res/values-cs
diff options
context:
space:
mode:
authorBrad Ebinger <breadley@google.com>2020-01-20 15:13:29 -0800
committerBrad Ebinger <breadley@google.com>2020-01-20 17:44:32 -0800
commitf255fc1dcea0a13a63c8e23cabc016d0f04a9f56 (patch)
tree369f1670037bc54ea778d70e593e4b10b20086d9 /res/values-cs
parent296b7d243260c9f31ff5f2150790064ae512ace9 (diff)
downloadTelephony-f255fc1dcea0a13a63c8e23cabc016d0f04a9f56.tar.gz
Make IMS configs non-translatable
The config_ims_mmtel_package and config_ims_rcs_package were accidently marked as translatable, causing them to not use the device overlay value on anything besides the US locale. This change removes the incorrect translations from values-*/config.xml so that the overlay shows up for all locales Bug: 147569830 Test: atest TeleServiceTests:PhoneGlobalsTest Change-Id: Iffd4b2508fb5d46a53d650797eb2854f2479a64c
Diffstat (limited to 'res/values-cs')
-rw-r--r--res/values-cs/config.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/res/values-cs/config.xml b/res/values-cs/config.xml
deleted file mode 100644
index c3f447536..000000000
--- a/res/values-cs/config.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2009 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.
- -->
-
-<!-- NOTE: Many variables that used to be in this file have been migrated to
- CarrierConfigManager.java. Please consider whether new variables belong
- there before adding to this file. Variables here should be more closely
- related to devices than to networks. -->
-
-<!-- Phone app resources that may need to be customized
- for different hardware or product builds. -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="system_visual_voicemail_client" msgid="8236140562734796837"></string>
- <string name="config_ims_mmtel_package" msgid="9015392522044235756"></string>
- <string name="config_ims_rcs_package" msgid="6497765530737193250"></string>
-</resources>