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

Commit b9d7a149 authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

am 070b24ad: am 0a42a67d: am 2b768522: Merge "Default ignore optimizations to...

am 070b24ad: am 0a42a67d: am 2b768522: Merge "Default ignore optimizations to show system apps" into mnc-dev

* commit '070b24ad':
  Default ignore optimizations to show system apps
parents f9756ec1 070b24ad
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;
        }