Add transport property to indicate support for removable drives.

This commit is contained in:
akwizgran
2021-06-28 15:02:34 +01:00
parent 9274b8ef4a
commit 22ea4ced0d
6 changed files with 18 additions and 7 deletions

View File

@@ -8,4 +8,5 @@ public interface RemovableDriveConstants {
String PROP_PATH = "path";
String PROP_URI = "uri";
String PROP_SUPPORTED = "supported";
}