Settings: Add LineageParts charging sound settings preference
Replace the existing AOSP setting with this. Change-Id: I13894a86bcfad8d1dfaedc2dcbca6ad70f651b5c
This commit is contained in:
parent
975a83d160
commit
c506c7211e
1 changed files with 6 additions and 0 deletions
|
|
@ -186,6 +186,12 @@
|
|||
android:title="@string/charging_sounds_title"
|
||||
android:order="-40"/>
|
||||
|
||||
<!-- Custom charging sounds -->
|
||||
<lineageos.preference.LineagePartsPreference
|
||||
android:key="charging_sounds_settings"
|
||||
settings:replacesKey="charging_sounds"
|
||||
settings:requiresConfig="@bool/config_show_charging_sounds" />
|
||||
|
||||
<!-- Docking sounds -->
|
||||
<SwitchPreferenceCompat
|
||||
android:key="docking_sounds"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue