public static float GetFreeStorageSpace()
 {
     return(NpDeviceInfoAndroid.GetFreeStorageSpace());
 }