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

Unverified Commit 8070d573 authored by Sam Mortimer's avatar Sam Mortimer Committed by Michael Bestas
Browse files

Settings: Add LineageParts charging sound settings preference

Replace the existing AOSP setting with this.

Change-Id: I13894a86bcfad8d1dfaedc2dcbca6ad70f651b5c
parent 15bfc39f
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"
@@ -187,6 +188,11 @@
        android:title="@string/charging_sounds_title"
        android:order="-40"/>

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

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