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

Commit c65bdfc3 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Move notification LED setting down to SYSTEM section.

Bug: 5242350
Change-Id: I4dbefc4e7ba5a19e873c00ba1da84e7a900226cf
parent ae70ee49
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -64,11 +64,6 @@
            android:persistent="false"
            android:ringtoneType="notification" />

    <CheckBoxPreference
            android:key="notification_pulse"
            android:title="@string/notification_pulse_title"
            android:persistent="false" />

    <PreferenceCategory
            android:title="@string/sound_category_feedback_title"/>

@@ -94,6 +89,11 @@
            android:title="@string/haptic_feedback_enable_title"
            android:defaultValue="true" />

    <CheckBoxPreference
            android:key="notification_pulse"
            android:title="@string/notification_pulse_title"
            android:persistent="false" />

    <ListPreference
            android:key="emergency_tone"
            android:title="@string/emergency_tone_title"