-
public final class EnvironmentCompat
Helper for accessing features in Environment.
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
MEDIA_UNKNOWN
-
Method Summary
Modifier and Type Method Description static String
getStorageState(@NonNull() File path)
Returns the current state of the storage device that provides the givenpath. -
-
Method Detail
-
getStorageState
@NonNull() static String getStorageState(@NonNull() File path)
Returns the current state of the storage device that provides the givenpath.
-
-
-
-