Android APIs
public class

EnvironmentCompat

extends Object
java.lang.Object
   ↳ android.support.v4.os.EnvironmentCompat

Class Overview

Helper for accessing features in Environment introduced after API level 4 in a backwards compatible fashion.

Summary

Constants
String MEDIA_UNKNOWN Unknown storage state, such as when a path isn't backed by known storage media.
Public Constructors
EnvironmentCompat()
Public Methods
static String getStorageState(File path)
Returns the current state of the storage device that provides the given path.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String MEDIA_UNKNOWN

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

Constant Value: "unknown"

Public Constructors

public EnvironmentCompat ()

Public Methods

public static String getStorageState (File path)

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