Hi,
I have a doubt. If i allow my app to install in the external Storage:
<quote> #CanInstallToExternalStorage: True </quote>
How can it be i still have to copy a video to the external storage?
<quote>
File.Copy(File.DirAssets, "help.mp4",File.DirDefaultExternal, "help.mp4")
vv.LoadVideo(File.DirDefaultExternal, "help.mp4")
</quote>
If i don't include the first line to copy it, it won't play it.
It seems weird to me because it should be in the external storage once i give it permission to install there.
I have a doubt. If i allow my app to install in the external Storage:
<quote> #CanInstallToExternalStorage: True </quote>
How can it be i still have to copy a video to the external storage?
<quote>
File.Copy(File.DirAssets, "help.mp4",File.DirDefaultExternal, "help.mp4")
vv.LoadVideo(File.DirDefaultExternal, "help.mp4")
</quote>
If i don't include the first line to copy it, it won't play it.
It seems weird to me because it should be in the external storage once i give it permission to install there.