apache / cordova-plugin-file

Apache Cordova File Plugin
https://cordova.apache.org/
Apache License 2.0
740 stars 757 forks source link

Android: replace deprecated StatFs functions #601

Open ath0mas opened 8 months ago

ath0mas commented 8 months ago

Platforms affected

Android

Motivation and Context

[getAvailableBlocks](https://developer.android.com/reference/android/os/StatFs#getAvailableBlocks()) and [getBlockSize](https://developer.android.com/reference/android/os/StatFs#getBlockSize()) are deprecated since API 18

Description

[getAvailableBytes](https://developer.android.com/reference/android/os/StatFs#getAvailableBytes()) is available since API 18 while current cordova-android must be >=12.0.0, so minSdk 24

Testing

Checklist