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

@@ -5,4 +5,5 @@ public interface RemovableDriveConstants {
TransportId ID = new TransportId("org.briarproject.bramble.drive");
String PROP_PATH = "path";
String PROP_URI = "uri";
}