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

Commit 02295b40 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge "Use grey icon for work profile settings" into pi-dev am: d3bb3945

am: 5b5dfb94

Change-Id: Ifafc0ac9a7e9d957290d9158518a997e8dd51892
parents 2c3d5c58 5b5dfb94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ public class AccountPreferenceController extends AbstractPreferenceController
    private Preference newManagedProfileSettings() {
        Preference preference = new Preference(mParent.getPreferenceManager().getContext());
        preference.setTitle(R.string.managed_profile_settings_title);
        preference.setIcon(R.drawable.ic_settings);
        preference.setIcon(R.drawable.ic_settings_24dp);
        preference.setOnPreferenceClickListener(this);
        preference.setOrder(ORDER_NEXT_TO_LAST);
        return preference;