How to copy file to device and then read by other app

Hi there,
Can someone pls help me out,

I am making two apps of kodular and I want to share data between them,
like this:
[Free] SharedDB - Store / Retrieve data between applications - Extensions - Kodular Community
But it is no more working with new devices, I want to use them in android 11.
So, I thought that this could the solution:
1.Generate a text file from first app to device
1.Read that text file from another app.

Can someone help make it working in android 11.

yes you can do this…
store the file in shared storage like /Download and read it from there
according to the overview

you can read the file using the SAF extension

Taifun

1 Like