Hello,
I have an app no-google for Android 10 with permission WRITE_EXTERNAL_STORAGE.
I have read:
and I have modified the manifest for fileProvider
I need open the file test.pdf in DirRootExternal.
It not works.
The intent is displayed but not the file (no error'message)
Can you aid me, please ?
I have an app no-google for Android 10 with permission WRITE_EXTERNAL_STORAGE.
I have read:
Opening pdf file
Hi everyone, I am not able to make the following code to open a specific file. BytesToFile(File.DirDefaultExternal & "/" & AppName,vFileName,mm.Image) chatroompage.chat1.AddItem(mm.Name & CRLF & vFileName,False) Log("-----------Done-------------") 'ToastMessageShow("Download...
www.b4x.com
[class] FileProvider - share files
Edit: FileProvider is included as an internal library now. After investigating several issues with the current FileProvider code that you can find in the forum, I decided to make some improvements and implement it in a class. Starting from Android 7 (API 24) you cannot directly share file uris...
www.b4x.com
I need open the file test.pdf in DirRootExternal.
It not works.
The intent is displayed but not the file (no error'message)
Can you aid me, please ?