Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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)