mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 11:59:58 +02:00
handle MDNs options, closes #63
This commit is contained in:
parent
b9d3740f58
commit
5c1ff3c110
11 changed files with 52 additions and 100 deletions
|
@ -28,6 +28,7 @@ import android.support.annotation.NonNull;
|
|||
public class DcContext {
|
||||
|
||||
public final static int DC_PREF_DEFAULT_E2EE_ENABLED = 1;
|
||||
public final static int DC_PREF_DEFAULT_MDNS_ENABLED = 1;
|
||||
|
||||
public final static int DC_EVENT_INFO = 100;
|
||||
public final static int DC_EVENT_WARNING = 300;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue