Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 711503d0 authored by Michael W's avatar Michael W
Browse files

fixup! Dialer: convert VoicemailSecretCodeActivity to androidx

We really want our own strings in lineage_strings.xml

Change-Id: I0812ebd1eef2649b0ef6cdcdd3bdded0a2e1c555
parent 9cf5ef23
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
<?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>
+0 −2
Original line number Diff line number Diff line
@@ -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>