tags:

views:

307

answers:

1

Hi! is it possible to check , how much free space is available in android sd card through android programming..... i am storing some images in sd card but before that want to check how much free space is available.....

+4  A: 

http://developer.android.com/reference/android/os/StatFs.html could help

RC
Thanks RC......
Shalini Singh