I am facing a problem with not reading, but I am able to create files, but I cannot read Android version 13, so what is the solution?
error 908 the permission read external storage has been denied Please enable it in the settings app.
But I use AllFilesPermission
I set a block like the example you sent me, stopping the message when running, but some settings did not work correctly
I need Read FIle TXT and I need Wirte txt
Anke
September 29, 2023, 1:11pm
7
There seems to be another bug with the File component.
Try to use my MFile extension.
Here is a modified version of Sunny's EFile extension, which added some methods that are needed (among others things) for testing purposes with Companion & AKP. Because if you try to save in one of the Shared folders (/Documents or /Download) first with Companion it is not possible to do this without deleting the saved text file before testing with the APK and vice versa (at least on Android 11+). So the Delete & FileExists & API level methods are needed.
The Delete method exists with the File …
I checked it, it should work (in your case).
Anke
September 29, 2023, 1:51pm
9
Omar_Assi:
send example aia
First try something yourself and test my new APK:
There seems to be another bug with the File component. Therfore my test APK from the first post, does no longer work on Android 13+ since the nb193 update (targetSdkVersion = 33).
So I rebuilt it with my MFile extension:
Post a screenshot (should look like this)
Summary