Code review comment for lp:~humpolec-team/humpolec/UbuntuInstaller-check-storage-size

Revision history for this message
Rex Tsai (chihchun) wrote :

* UbuntuInstallService.java line 11: s/save/safe/
* line 119: s/eought/enough/
* long getAvailableBlocksLong is available at API 18, our minimum support is API 17. If we are move to API 18, maybe we should use getAvailableBytes ()[1].

[1] http://developer.android.com/reference/android/os/StatFs.html#getAvailableBytes%28%29

review: Needs Fixing

« Back to merge proposal