Experiment: identity/linked contact

This commit is contained in:
M66B
2023-03-25 15:46:56 +01:00
parent 0d883b50c8
commit fed1994b23
8 changed files with 3181 additions and 2 deletions

View File

@@ -74,6 +74,8 @@ public class EntityAttachment {
static final Integer SMIME_SIGNED_DATA = 7;
static final Integer SMIME_CONTENT = 8;
static final String VCARD_PREFIX = BuildConfig.APPLICATION_ID + ".vcard.";
@PrimaryKey(autoGenerate = true)
public Long id;
@NonNull