Default ignore optimizations to show system apps

Bug: 21211422
Change-Id: Ied526cffa86406b8b81824cf2cdb03cc37bb7433
This commit is contained in:
Jason Monk
2015-05-19 13:08:39 -04:00
parent b5c48a4c34
commit 2c56d450dd

View File

@@ -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;
}