The move works well on Android versions less than 11
But in version 11 this problem appears
the block
please help
The move works well on Android versions less than 11
But in version 11 this problem appears
the block
please help
Can you show me how to use the block (movefile) correctly for all Android versions
after the SDK30 release and its Android file access restrictions the file component is not able to move a file to an arbitrary directory anymore, see also the overview
you should store files in the ASD (in case you need them only for your own app) or
in shared storage like /Download
or /Documents
alternatively use the SAF extension, but it is a little bit more complicated to understand and use it…
Taifun
/Documents
fixed
Taifun
thank you
I fixed the problem
great… then please provide a screenshot of the working solution
thank you
Taifun
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.