Implement new Manage Apps list
Manage apps now only has one list. When entered from the dashboard it is not sortable or filterable, and shows a combination of downloaded apps and anything that shows up in launcher. When 'all apps' is entered through advanced app settings, the list shows all apps and can be filtered and sorted. Bug: 19443900 Change-Id: I555ee56417c330424d458750b6f81d3bd543f66d
This commit is contained in:
@@ -47,6 +47,7 @@ public class Settings extends SettingsActivity {
|
||||
public static class DeviceInfoSettingsActivity extends SettingsActivity { /* empty */ }
|
||||
public static class ApplicationSettingsActivity extends SettingsActivity { /* empty */ }
|
||||
public static class ManageApplicationsActivity extends SettingsActivity { /* empty */ }
|
||||
public static class AllApplicationsActivity extends SettingsActivity { /* empty */ }
|
||||
public static class AppOpsSummaryActivity extends SettingsActivity {
|
||||
@Override
|
||||
public boolean isValidFragment(String className) {
|
||||
|
||||
Reference in New Issue
Block a user