public class StorageInfo extends Object
修飾子とタイプ | メソッドと説明 |
---|---|
static File |
getExternalStorageRoot(android.content.Context context) |
long |
getFreeSize() |
long |
getMaxSize() |
File |
getPath() |
boolean |
isSdcard() |
static List<StorageInfo> |
listExternalStorages()
外部ストレージ一覧を取得する
|
void |
loadStorageInfo()
ストレージ情報を読み込む
|
public boolean isSdcard()
public File getPath()
public long getMaxSize()
public long getFreeSize()
public void loadStorageInfo()
public static List<StorageInfo> listExternalStorages()
public static File getExternalStorageRoot(android.content.Context context)