Replies: 1 comment 2 replies
-
There isn't any at this time, be it could be possible provide a way to access the intent before it is started. Something like: var disposable = FileOpenPickerHelper.RegisterOnBeforeStartActivity(picker, intent => intent.AddFlags(Android.Content.ActivityFlags.GrantPersistableUriPermission)); Which would set allow the user to set a callback directly into |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want add for the Android FileOpenPicker the intent flag for the persistent access. Is there any way to do this without rebuilding the function? The current problem is that with the fileopenpicker, persistent access to the files is not possible, which is required for my app.
uno/src/Uno.UWP/Storage/Pickers/FileOpenPicker.Android.cs
Line 59 in 56d3ba9
Set
and for the result =>
Beta Was this translation helpful? Give feedback.
All reactions