Use database constant instead of hard coded string literal
This commit is contained in:
		
							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 {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user