aboutsummaryrefslogtreecommitdiff
path: root/parts/res/xml
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-01-08 06:00:31 +0530
committersinanmohd <pcmsinan@gmail.com>2023-01-08 17:55:33 +0530
commita1adb42e88f2b26d3ee881eab946253d174a5ac8 (patch)
treef41adbd5b79c7ca0aae11621b142414f47e228e3 /parts/res/xml
parente97ff9f900bed657e24085daf93d465240f923bf (diff)
Revert "veux: Import XiaomiParts from sm8250"
This reverts commit 3607af54ca48c8a145a97bab0cf5012d45ade555.
Diffstat (limited to 'parts/res/xml')
-rw-r--r--parts/res/xml/clear_speaker_settings.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/parts/res/xml/clear_speaker_settings.xml b/parts/res/xml/clear_speaker_settings.xml
deleted file mode 100644
index eadf989..0000000
--- a/parts/res/xml/clear_speaker_settings.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:title="@string/clear_speaker_title">
-
- <SwitchPreference
- android:key="clear_speaker_pref"
- android:title="@string/clear_speaker_title"
- android:summary="@string/clear_speaker_summary"/>
-
- <com.android.settingslib.widget.FooterPreference
- android:key="footer_preference"
- android:title="@string/clear_speaker_description"
- android:selectable="false" />
-
-</PreferenceScreen>