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

Commit 2b768522 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Default ignore optimizations to show system apps" into mnc-dev

parents 196d0543 2c56d450
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -237,6 +237,8 @@ public class ManageApplications extends InstrumentedFragment
            getActivity().getActionBar().setTitle(R.string.usage_access_title);
        } else if (className.equals(HighPowerApplicationsActivity.class.getName())) {
            mListType = LIST_TYPE_HIGH_POWER;
            // Default to showing system.
            mShowSystem = true;
        } else {
            mListType = LIST_TYPE_MAIN;
        }