Add toggle setting for LAN plugin.

This commit is contained in:
akwizgran
2020-01-16 17:51:49 +00:00
parent 4f2f145ab6
commit 9184bf6afc
9 changed files with 127 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
package org.briarproject.bramble.api.plugin;
public interface TcpConstants {
String PREF_TCP_ENABLE = "enable";
int REASON_USER = 1;
}