Make DB.getAppsBasic(bool) private

We don't want anyone using it outside of DB.java
This commit is contained in:
Daniel Martí 2013-07-28 13:51:09 +02:00
parent 7611a26f0a
commit e0bdc3c338

View File

@ -880,7 +880,7 @@ public class DB {
return apps;
}
public List<App> getAppsBasic(boolean getinstalledinfo) {
private List<App> getAppsBasic(boolean getinstalledinfo) {
// If we're going to need it, get info in what's currently installed
Map<String, PackageInfo> systemApks = null;