Accessing downloads folder in android to get URI of file (API 33)

249 views Asked by At

i would just like to know if its possible to access the downloads folder to get a URI of a file there. As of API30, i understand scoped storage was introduced but is there any workaround or way to access apk files in the Download folder?. I know using storage access framework (SAF) allows this but it requires user interaction to select the file. I am curious if it is possible that upon a broadcast receiver, i can get the uri of a apk file in the downloads folder.I am developing on api 33

0

There are 0 answers