I use the following code to determine the amount of free storage space in my Andorid app.
private long getDiskFree() { StatFs statFs = new StatFs(Enviro