Merge "Fix missing accounts category for single profile case." into sc-dev

This commit is contained in:
Jason Chiu
2021-03-25 09:01:36 +00:00
committed by Android (Google) Code Review

View File

@@ -45,6 +45,11 @@
</com.android.settings.widget.GearPreference> </com.android.settings.widget.GearPreference>
</PreferenceCategory> </PreferenceCategory>
<PreferenceCategory
android:key="accounts_category"
android:order="100"
android:title="@string/account_settings">
<PreferenceCategory <PreferenceCategory
android:key="dashboard_tile_placeholder" android:key="dashboard_tile_placeholder"
android:order="130"/> android:order="130"/>
@@ -68,5 +73,6 @@
android:title="@string/account_settings_menu_auto_sync_personal" android:title="@string/account_settings_menu_auto_sync_personal"
android:summary="@string/auto_sync_account_summary" android:summary="@string/auto_sync_account_summary"
android:order="204"/> android:order="204"/>
</PreferenceCategory>
</PreferenceScreen> </PreferenceScreen>