Tue Nguyen
Tue Nguyen

Reputation: 993

How to get internal/external available space in Android Application?

I'm writing an android program to check available space of internal phone memory or external sd card. But i don't know how to do this. Any one can help me how to do it in Android?

Upvotes: 0

Views: 895

Answers (1)

Zsombor Erdődy-Nagy
Zsombor Erdődy-Nagy

Reputation: 16914

I think you're looking for this class: http://developer.android.com/reference/android/os/StatFs.html

Upvotes: 2

Related Questions