Add Android implementation of RemovableDrivePlugin.

This commit is contained in:
akwizgran
2021-05-10 14:04:25 +01:00
parent 51d21bd669
commit b4880af7e2
5 changed files with 95 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ import static org.briarproject.bramble.api.plugin.RemovableDriveConstants.ID;
@NotNullByDefault
public class RemovableDrivePluginFactory implements SimplexPluginFactory {
private final int MAX_LATENCY = (int) DAYS.toMillis(14);
private static final int MAX_LATENCY = (int) DAYS.toMillis(14);
@Inject
RemovableDrivePluginFactory() {