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:
Jason Monk
2015-03-18 16:03:57 -04:00
parent d697b11a13
commit 5b3aa36e6f
15 changed files with 1024 additions and 1002 deletions

View File

@@ -179,6 +179,11 @@ public abstract class AppInfoBase extends PreferenceFragment
// No op.
}
@Override
public void onLauncherInfoChanged() {
// No op.
}
@Override
public void onPackageListChanged() {
refreshUi();