Default ignore optimizations to show system apps
Bug: 21211422 Change-Id: Ied526cffa86406b8b81824cf2cdb03cc37bb7433
This commit is contained in:
@@ -237,6 +237,8 @@ public class ManageApplications extends InstrumentedFragment
|
|||||||
getActivity().getActionBar().setTitle(R.string.usage_access_title);
|
getActivity().getActionBar().setTitle(R.string.usage_access_title);
|
||||||
} else if (className.equals(HighPowerApplicationsActivity.class.getName())) {
|
} else if (className.equals(HighPowerApplicationsActivity.class.getName())) {
|
||||||
mListType = LIST_TYPE_HIGH_POWER;
|
mListType = LIST_TYPE_HIGH_POWER;
|
||||||
|
// Default to showing system.
|
||||||
|
mShowSystem = true;
|
||||||
} else {
|
} else {
|
||||||
mListType = LIST_TYPE_MAIN;
|
mListType = LIST_TYPE_MAIN;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user