FileKit icon indicating copy to clipboard operation
FileKit copied to clipboard

Persistent access to files or folders

Open 3-BodyCoding opened this issue 6 months ago • 1 comments
trafficstars

I hope Android and IOS can support persistent uri(or url) after selecting file or folder. android only need to call contentResolver.takePersistableUriPermission(uri,Intent.FLAG_GRANT_READ_ URI_PERMISSION or Intent.FLAG_GRANT_WRITE_URI_PERMISSION) after selecting file or folder, the latest version of IOS already has startAccessingSecurityScopedResource and stopAccessingSecurityScopedResource, only need to cooperate with the bookmarkData api to realize persistent access to files or folders.thanks.

3-BodyCoding avatar Apr 25 '25 09:04 3-BodyCoding