* commit '0a42a67d4e27fe5b144e2fd41efb8cc273ec63eb': Default ignore optimizations to show system apps
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user