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

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

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

* commit '0a42a67d':
  Default ignore optimizations to show system apps
parents db80e588 0a42a67d
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;
        }