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