mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
imported and adapted xiaomiparts from https://github.com/AlphaDroid-devices/device_xiaomi_sm8350-common/tree/alpha-13/parts with thermal profiles, per app refresh rate, speaker cleaner
18 lines
604 B
XML
18 lines
604 B
XML
<?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:icon="@drawable/ic_clear_speaker"
|
|
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>
|