Java android.os.storage StorageManager fields, constructors, methods, implement or subclass

Example usage for Java android.os.storage StorageManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os.storage StorageManager.

The text is from its open source code.

Field

Method

VolumeInfofindVolumeById(String id)
ClassgetClass()
Returns the runtime class of this Object .
StorageVolumegetStorageVolume(File file)
Return the StorageVolume that contains the given file, or null if none.
ListgetStorageVolumes()
Return the list of shared/external storage volumes available to the current user.
StorageVolume[]getVolumeList()
String[]getVolumePaths()
Returns list of paths for all mountable volumes.
StringgetVolumeState(String mountPoint)
Gets the state of a volume via its mountpoint.