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

Commit 288fe41e authored by Jason Chiu's avatar Jason Chiu Committed by Android (Google) Code Review
Browse files

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

parents 46752229 507d987a
Loading
Loading
Loading
Loading
+25 −19
Original line number Diff line number Diff line
@@ -45,6 +45,11 @@
        </com.android.settings.widget.GearPreference>
    </PreferenceCategory>

    <PreferenceCategory
        android:key="accounts_category"
        android:order="100"
        android:title="@string/account_settings">

        <PreferenceCategory
            android:key="dashboard_tile_placeholder"
            android:order="130"/>
@@ -68,5 +73,6 @@
            android:title="@string/account_settings_menu_auto_sync_personal"
            android:summary="@string/auto_sync_account_summary"
            android:order="204"/>
    </PreferenceCategory>

</PreferenceScreen>