Merge "Don't suggest now-deprecated APIs"

This commit is contained in:
TreeHugger Robot
2020-12-11 01:42:44 +00:00
committed by Android (Google) Code Review

View File

@@ -109,7 +109,7 @@ public class StatFs {
* The total number of blocks that are free on the file system, including
* reserved blocks (that are not available to normal applications). This
* corresponds to the Unix {@code statvfs.f_bfree} field. Most applications
* will want to use {@link #getAvailableBlocks()} instead.
* will want to use {@link #getAvailableBlocksLong()} instead.
*/
public long getFreeBlocksLong() {
return mStat.f_bfree;