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

Commit c228a067 authored by Sam Mortimer's avatar Sam Mortimer Committed by Bruno Martins
Browse files

Settings: Add LineageParts charging sound settings preference

Replace the existing AOSP setting with this.

Change-Id: I13894a86bcfad8d1dfaedc2dcbca6ad70f651b5c
parent f0a59c2f
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:lineage="http://schemas.android.com/apk/res/lineageos.platform"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:title="@string/sound_settings"
    android:key="sound_settings"
@@ -198,6 +199,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"