private IEnumerator DelaySaveVideo() { yield return(new WaitForSeconds(1)); androidUtils.SaveVideoToGallery(); }