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

Commit 994e9395 authored by Becca Hughes's avatar Becca Hughes
Browse files

Fix ordering on work profile

Test: on device
Bug: 274126565
Change-Id: I137369fc9a2b5fbb2e200b6c906e11a9dea3a847
parent 72237b55
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -22,9 +22,9 @@
    android:title="@string/account_dashboard_title"
    settings:keywords="@string/keywords_accounts">

    <com.android.settings.widget.WorkOnlyCategory
        android:key="autofill_work_app_defaults"
        android:order="30"
    <PreferenceCategory
        android:key="default_service_category"
        android:order="10"
        android:title="@string/default_autofill_app">

        <com.android.settings.widget.GearPreference
@@ -36,11 +36,11 @@
                android:name="for_work"
                android:value="true" />
        </com.android.settings.widget.GearPreference>
    </com.android.settings.widget.WorkOnlyCategory>
    </PreferenceCategory>

    <PreferenceCategory
        android:key="credman_category"
        android:order="20"
        android:order="50"
        android:persistent="false"
        android:title="@string/credman_credentials"
        settings:controller="com.android.settings.applications.credentials.CredentialManagerPreferenceController"