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

Commit da972a8d authored by Danny Baumann's avatar Danny Baumann
Browse files

Fix duplicated entries in sound settings.

Accidentally introduced in change I3f22c77504a5014f9dbd40909d760149143570fe

Change-Id: Ib03b4237c2c3e1f286cd6dfd2230a0283e41255b
parent 04ae2e89
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -164,23 +164,6 @@
        android:ringtoneType="alarm"
        android:order="-80"/>

    <!-- Interruptions -->
    <com.android.settingslib.RestrictedPreference
        android:key="zen_mode"
        android:title="@string/zen_mode_settings_title"
        android:fragment="com.android.settings.notification.ZenModeSettings"
        android:order="-120"
        settings:useAdminDisabledSummary="true"
        settings:keywords="@string/keywords_sounds_and_notifications_interruptions"
        settings:allowDividerAbove="true"/>

    <Preference
        android:key="gesture_prevent_ringing_sound"
        android:title="@string/gesture_prevent_ringing_sound_title"
        android:order="-110"
        android:fragment="com.android.settings.gestures.PreventRingingGestureSettings"
        settings:controller="com.android.settings.gestures.PreventRingingPreferenceController" />

    <!-- Other sounds -->
    <PreferenceCategory
          android:key="other_sounds_and_vibrations_category"