Make DB.getAppsBasic(bool) private
We don't want anyone using it outside of DB.java
This commit is contained in:
parent
7611a26f0a
commit
e0bdc3c338
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user