Fix the preference index conflict problem

Bug: 153888035
Test: manual test
Change-Id: I6c67d2fea752487ceb5fa05c6537df980a0f8d6a
This commit is contained in:
Sunny Shao
2020-04-29 14:01:07 +08:00
parent 2b42301a6e
commit 502a5eb1c5

View File

@@ -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"/>