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

Widget Can't Start A Service On Device Boot On Android 11 Until Some Activity Is Launched

val startServiceIntent = TestService.getServiceIntent(context).let { PendingIntent.getService(c… Read more Widget Can't Start A Service On Device Boot On Android 11 Until Some Activity Is Launched

Can't Control The Initial Directory Where The Saf Ui Should Start

I'm trying to save a text file using SAF (Storage Access Framework) but I can't control whe… Read more Can't Control The Initial Directory Where The Saf Ui Should Start

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]

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