You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test sample app. I changed mime type to "application/octet-stream" in pick PDF buttons onclick handler. Then in the app we can select the file, but in ActivityResultLauncher both testFile.canRead(), testFile.canWrite() are false. As result the file can not be read.
The cause seems to be mediafile permission is requested
The text was updated successfully, but these errors were encountered:
I’m using your solution In mcu programmer project. My app needs to open the binary file and read it then send the buffer to the programmer device.
While using your solution , reading the picked file throws access exception .
I hope you can fix it
Selçuk Kılıç
I test sample app. I changed mime type to "application/octet-stream" in pick PDF buttons onclick handler. Then in the app we can select the file, but in ActivityResultLauncher both testFile.canRead(), testFile.canWrite() are false. As result the file can not be read.
The cause seems to be mediafile permission is requested
The text was updated successfully, but these errors were encountered: