JAI

Results 6 comments of JAI

Yes. Currently, it does not support that. Please feel free to raise your request for your contribution if you'd like.

Interesting. We would love to add that into here. Please feel free to raise request .

Pretty unsure to trace this issue from and Android version. Feel free to raise a request and contribute!

Hi @4ntoine , You can achieve the mentioned use case using static call. `await Saf.getDynamicDirectoryPermission()`

> It looks like the following: > > ``` > if (isDynamic) { > _uriString = selectedDirectoryUri; > _directory = makeDirectoryPath(_uriString!); > } > ``` > > should be done...

> @jvoltci How do i get the path then? Also i need persistable permission You can get it by using again a static method call! `await Saf.getPersistedPermissionDirectories()` Hope it helps!