Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android 11

How To Save And Check If The File Exists In Scoped Storage?

Till now, I check whether a file exists or not and if it does not then I save it to the device in E… Read more How To Save And Check If The File Exists In Scoped Storage?

Android 11: Primary Directory (invalid) Not Allowed For Content://media/external/file Allowed Directories Are [download, Documents]

I am trying to create PDF file from base64 string. Because of Storage Update in Android 11, I have … Read more Android 11: Primary Directory (invalid) Not Allowed For Content://media/external/file Allowed Directories Are [download, Documents]

Not Working Corss-application Activities With Taskaffinity In Android 11

I have two application, App A and App B, now I want to start an activity in App B from App A, the l… Read more Not Working Corss-application Activities With Taskaffinity In Android 11

Unexpected Behavior When Documentfile.fromtreeuri() Is Called On Uri Of Subdirectory Documentfile Object

If I call DocumentFile.fromTreeUri() on main directory and I list its content, it returns all Docu… Read more Unexpected Behavior When Documentfile.fromtreeuri() Is Called On Uri Of Subdirectory Documentfile Object