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

Commit 2b744b74 authored by Sam Mortimer's avatar Sam Mortimer Committed by Zhao Wei Liew
Browse files

[3/3] Settings: Add CMParts charging sound settings preference

Replace the existing AOSP setting with this.

Change-Id: I13894a86bcfad8d1dfaedc2dcbca6ad70f651b5c
parent 8dd4334e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
-->

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:lineage="http://schemas.android.com/apk/res/cyanogenmod.platform"
        android:title="@string/other_sound_settings"
        android:key="other_sound_settings"
        xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
@@ -34,6 +35,11 @@
            android:key="charging_sounds"
            android:title="@string/charging_sounds_title" />

    <!-- Custom charging sounds -->
    <org.cyanogenmod.internal.cmparts.CMPartsPreference
            android:key="charging_sounds_settings"
            lineage:replacesKey="charging_sounds" />

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