sm6225-common: Import overlays from stock

Change-Id: I243f2508f93560df5224e613db9d9ad11358c0bc
diff --git a/overlay/SettingsResCommon/Android.bp b/overlay/SettingsResCommon/Android.bp
new file mode 100644
index 0000000..d2ccf0b
--- /dev/null
+++ b/overlay/SettingsResCommon/Android.bp
@@ -0,0 +1,10 @@
+//
+// Copyright (C) 2025 The LineageOS Project
+//
+// SPDX-License-Identifier: Apache-2.0
+//
+
+runtime_resource_overlay {
+    name: "SettingsResCommon",
+    vendor: true,
+}
diff --git a/overlay/SettingsResCommon/AndroidManifest.xml b/overlay/SettingsResCommon/AndroidManifest.xml
new file mode 100644
index 0000000..293f8b1
--- /dev/null
+++ b/overlay/SettingsResCommon/AndroidManifest.xml
@@ -0,0 +1,9 @@
+<!--
+     Copyright (C) 2025 The LineageOS Project
+     SPDX-License-Identifier: Apache-2.0
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.android.settings.overlay.common">
+    <overlay android:targetPackage="com.android.settings"
+                   android:isStatic="true"/>
+</manifest>
diff --git a/overlay/SettingsResCommon/res/values/config.xml b/overlay/SettingsResCommon/res/values/config.xml
new file mode 100644
index 0000000..be12307
--- /dev/null
+++ b/overlay/SettingsResCommon/res/values/config.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+     Copyright (C) 2025 The LineageOS Project
+     SPDX-License-Identifier: Apache-2.0
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- Max network scan search time in seconds -->
+    <integer name="config_network_scan_helper_max_search_time_sec">254</integer>
+
+    <!-- Display settings screen, Color mode options. Must be the same length and order as
+         config_color_mode_options_values below. Only the values that also appear in
+         frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
+    <string-array name="config_color_mode_options_strings">
+        <item>Natural</item>
+        <item>Boosted</item>
+        <item>Saturated</item>
+        <item>Adaptive</item>
+        <item>Reserved and unset: 256</item>
+        <item>Reserved and unset: 257</item>
+        <item>Reserved and unset: 258</item>
+        <item>Reserved and unset: 259</item>
+        <item>Reserved and unset: 260</item>
+        <item>Reserved and unset: 261</item>
+        <item>Reserved and unset: 262</item>
+        <item>Reserved and unset: 263</item>
+        <item>Reserved and unset: 264</item>
+        <item>Reserved and unset: 265</item>
+    </string-array>
+
+    <!-- Display settings screen, Color mode options. Must be the same length and order as
+         config_color_mode_options_strings above. Only the values that also appear in
+         frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
+    <integer-array name="config_color_mode_options_values">
+        <item>0</item>
+        <item>1</item>
+        <item>2</item>
+        <item>3</item>
+        <item>256</item>
+        <item>257</item>
+        <item>258</item>
+        <item>259</item>
+        <item>260</item>
+        <item>261</item>
+        <item>262</item>
+        <item>263</item>
+        <item>264</item>
+        <item>265</item>
+    </integer-array>
+
+    <!-- Mobile network settings screen, title of Backup calling setting.  [CHAR LIMIT=NONE] -->
+    <string name="backup_calling_settings_title">Voice Over Cellular Internet</string>
+
+    <!-- Backup calling summary.  [CHAR LIMIT=NONE] -->
+    <string name="backup_calling_setting_summary">Extended voice coverage over cellular internet.\nDisclaimer: Charges associated with data plan usage may ensue</string>
+
+    <!-- List of synonyms for the cross SIM calling titles,
+         used to match in settings search [CHAR LIMIT=NONE] -->
+    <string name="keywords_backup_calling">Voice Over Cellular Internet</string>
+</resources>