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

Commit 53bab77b authored by Sam Mortimer's avatar Sam Mortimer Committed by Rashed Abdel-Tawab
Browse files

Settings: Add LineageParts charging sound settings preference

Replace the existing AOSP setting with this.

Change-Id: I13894a86bcfad8d1dfaedc2dcbca6ad70f651b5c
parent 60e3a71d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
                  xmlns:lineage="http://schemas.android.com/apk/res/lineageos.platform"
          android:title="@string/sound_settings"
          android:key="sound_settings"
          settings:keywords="@string/keywords_sounds">
@@ -105,6 +106,11 @@
          android:key="charging_sounds"
          android:title="@string/charging_sounds_title" />

        <!-- Custom charging sounds -->
        <org.lineageos.internal.lineageparts.LineagePartsPreference
          android:key="charging_sounds_settings"
          lineage:replacesKey="charging_sounds" />

        <!-- Docking sounds -->
        <SwitchPreference
          android:key="docking_sounds"