mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-22 16:01:37 -04:00
Use database constant instead of hard coded string literal
This commit is contained in:
committed by
Danial Behzadi
parent
75ee202bb9
commit
4bb183aa61
@@ -69,7 +69,7 @@ public class TempAppProvider extends AppProvider {
|
||||
}
|
||||
|
||||
private AppQuerySelection queryApps(String packageNames) {
|
||||
return queryApps(packageNames, getTableName() + ".id");
|
||||
return queryApps(packageNames, getTableName() + "." + AppMetadataTable.Cols.PACKAGE_NAME);
|
||||
}
|
||||
|
||||
public static class Helper {
|
||||
|
||||
Reference in New Issue
Block a user