fixup! Dialer: convert VoicemailSecretCodeActivity to androidx
We really want our own strings in lineage_strings.xml
Change-Id: I0812ebd1eef2649b0ef6cdcdd3bdded0a2e1c555
diff --git a/java/com/android/voicemail/impl/configui/res/values/lineage_strings.xml b/java/com/android/voicemail/impl/configui/res/values/lineage_strings.xml
new file mode 100644
index 0000000..274064a
--- /dev/null
+++ b/java/com/android/voicemail/impl/configui/res/values/lineage_strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2024 The LineageOS 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="sync_preference_title">Sync</string>
+ <string name="config_override_preference_title">VVM config override</string>
+</resources>
diff --git a/java/com/android/voicemail/impl/configui/res/values/strings.xml b/java/com/android/voicemail/impl/configui/res/values/strings.xml
index 6aa214e..7410f1f 100644
--- a/java/com/android/voicemail/impl/configui/res/values/strings.xml
+++ b/java/com/android/voicemail/impl/configui/res/values/strings.xml
@@ -17,6 +17,4 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="vvm_config_override_load_current_key" translatable="false">vvm_config_override_load_current</string>
<string name="vvm_config_override_enabled_key" translatable="false">vvm_config_override_enabled</string>
- <string name="sync_preference_title">Sync</string>
- <string name="config_override_preference_title">VVM config override</string>
</resources>