Merge duplicate contact suggestions

This commit is contained in:
M66B
2020-03-30 10:34:32 +02:00
parent 18bf595098
commit ba608d4e69
3 changed files with 66 additions and 28 deletions

View File

@@ -61,6 +61,8 @@ public class EntityContact implements Serializable {
static final int STATE_FAVORITE = 1;
static final int STATE_IGNORE = 2;
static final int MAX_SUGGEST = 50; // per category: Android, local to/from
@PrimaryKey(autoGenerate = true)
public Long id;
@NonNull