I want to return a cursor only with distinct values of a column. The column \'Groups\' has more items but with only 2 values: 1,2,1,1,1,2,2,2,1
String[] FRO
Use boolean true iin the distinct argument, For example :
public Cursor query (**true**, String table, String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy, String limit);