@The_K_Studio Can you please add a block to install or open file after download ??
Like if i am downloading an apk file i want to install that file after download…
Make sure if you add this block then it should work for sdk 34 also
Read and understand the Android restrictions and use shared storage
Taifun
You have to use some logic to handle the downloaded files. I have not added any block to open file as file can be of any type and each file required different methods to open it.
to install apk you may use below extension:
You can not directly create a folder in higher Android versions. As Taifun suggested use shared folders like Download folder to download the files.
@The_K_Studio thank You for Your reply and Wonderful extensions , also thanks to @JEWEL and all kodular members