Add refreshApps header
This commit is contained in:
parent
3ce8cbf5bd
commit
66d16bf875
@ -795,6 +795,10 @@ public class DB {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Alternative to getApps() that only refreshes the installation details
|
||||||
|
// of those apps in invalidApps. Much faster when returning from
|
||||||
|
// installs/uninstalls, where getApps() was already called before.
|
||||||
public List<App> refreshApps(List<App> apps, List<String> invalidApps) {
|
public List<App> refreshApps(List<App> apps, List<String> invalidApps) {
|
||||||
|
|
||||||
List<PackageInfo> installedPackages = mContext.getPackageManager()
|
List<PackageInfo> installedPackages = mContext.getPackageManager()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user