Android Question Access to email attachments in Android 10+

jai

Active Member
Licensed User
Longtime User
I have been using the FileDialog commands to access zip files attached to emails received-
B4X:
fd.FilePath = File.DirRootExternal & "/Download"
fd.FileFilter = ".zip"
FileToOpen = fd.Show("Select File", "Load", "Cancel", "",Null)
It worked well up to API 28 and stopped working after targeting API 30.

Any suggestions for how to make it work or use a different method to access email attachments.

Thanks
 

agraham

Expert
Licensed User
Longtime User
Upvote 1
Top