You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few references to several disk-related API calls that are deprecated. Specifically, getAvailableBlocks and getBlockSize. We should update these to use the new, Long version.
We have a few references to several disk-related API calls that are deprecated. Specifically, getAvailableBlocks and getBlockSize. We should update these to use the new, Long version.
See: http://developer.android.com/reference/android/os/StatFs.html#getAvailableBlocksLong()
Example:
https://seattle.poly.edu/browser/seattle/trunk/dist/sensibility-testbed/SensibilityTestbed/src/com/sensibilitytestbed/InstallerService.java#L434
The text was updated successfully, but these errors were encountered: