Open acaliaro opened 7 years ago
Did you set the READ_EXTERNAL_STORAGE permission on your app?
If I do the same on a Android 6 emulator, it works...
5.1.1
I see the file
Maybe the problem is that on 4.1.1 tablet there is no App that can open the .txt file? But I don't want open it, I want only "select" the file
If I use the FileManager outside the app, I see the file. Only inside the app I don't see the file
Nothing?
Hi @jfversluis I have a 4.1.1 Android tablet.
When I call
Plugin.FilePicker.Abstractions.FileData fd = await CrossFilePicker.Current.PickFile();
I see
Then I select "Gestione file" and see
But I don't see the file "config.txt" that is present in the directory
what can be the problem?
Should be very useful also a TestProject...