Wrapper class for getting the available storage space on an attached drive in Android. It’s
purpose is fixing a known issue in Unity Mono implementation.
The classes uses native Android Java call to access drive information, such as available blocks
and block size, and capable of calculating the available free space based on any given path.
Please consider that the class only functional on Android.