| java.lang.Object | |
| ↳ | android.support.v4.os.EnvironmentCompat |
Helper for accessing features in
Environment
introduced after API
level 4 in a backwards compatible fashion.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | MEDIA_UNKNOWN | Unknown storage state, such as when a path isn't backed by known storage media. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the current state of the storage device that provides the given
path.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
Unknown storage state, such as when a path isn't backed by known storage media.
Returns the current state of the storage device that provides the given path.
MEDIA_UNKNOWN
,
MEDIA_REMOVED
,
MEDIA_UNMOUNTED
,
MEDIA_CHECKING
,
MEDIA_NOFS
,
MEDIA_MOUNTED
,
MEDIA_MOUNTED_READ_ONLY
,
MEDIA_SHARED
,
MEDIA_BAD_REMOVAL
, or
MEDIA_UNMOUNTABLE
.