EnvironmentCompat

Added in 1.1.0

class EnvironmentCompat


Helper for accessing features in Environment.

Summary

Constants

const String!
MEDIA_UNKNOWN = "unknown"

This property is deprecated.

Use MEDIA_UNKNOWN directly.

Public functions

java-static String

Returns the current state of the storage device that provides the given path.

Constants

MEDIA_UNKNOWN

Added in 1.1.0
Deprecated in 1.13.0-beta01
const val MEDIA_UNKNOWN = "unknown": String!

Unknown storage state, such as when a path isn't backed by known storage media.

See also
getStorageState

Public functions

getStorageState

Added in 1.1.0
java-static fun getStorageState(path: File): String

Returns the current state of the storage device that provides the given path.