ivehement / saf

Flutter plugin that leverages Storage Access Framework (SAF) API to get access and perform the operations on files and folders.
https://pub.dev/packages/saf
MIT License
17 stars 17 forks source link

Can't the saf.sync() function copy files from the cache folder to android/data/xxx? Then how is it different from saf.cache()? #12

Open jethroHuang opened 2 years ago

jethroHuang commented 2 years ago

I want to copy the files from the cache to the directory after modifying them. But asf.sync() doesn't work. It just copies the files in directory to cache. what should I do?

ankitparmar007 commented 2 years ago

@jethroHuang It is not possible due to android 11 security !

MridulVij commented 10 months ago

No it is possible bro a lot of apps are using this functionality without any error