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

Commit 502a5eb1 authored by Sunny Shao's avatar Sunny Shao
Browse files

Fix the preference index conflict problem

Bug: 153888035
Test: manual test
Change-Id: I6c67d2fea752487ceb5fa05c6537df980a0f8d6a
parent 2b42301a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@
    <Preference
        android:key="gesture_prevent_ringing_sound"
        android:title="@string/gesture_prevent_ringing_sound_title"
        android:order="-110"
        android:order="-107"
        android:fragment="com.android.settings.gestures.PreventRingingGestureSettings"
        settings:controller="com.android.settings.gestures.PreventRingingParentPreferenceController"/>