Change Google Settings position

- PreferenceGroup defines dynamic insert order starts from 0. It is
bigger than System Settings definition -10, therefore Google Settings
will be placed below System Settings.

Fixes: 118735593
Test: Visual
Change-Id: Id2d187810a8539ea50e14ef802db6eae58b846e4
This commit is contained in:
Raff Tsai
2018-11-01 16:52:58 +08:00
parent 8cf919e933
commit 2e6f061b76

View File

@@ -113,7 +113,7 @@
android:title="@string/header_category_system"
android:summary="@string/system_dashboard_summary"
android:icon="@drawable/ic_homepage_system_dashboard"
android:order="-10"
android:order="10"
android:fragment="com.android.settings.system.SystemDashboardFragment"/>
<Preference