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

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

Android 11: Starting A Service Of Another App

First app has a service: Solution 1: The app that starts a service of another app must include the… Read more Android 11: Starting A Service Of Another App

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

Android 11 Action_open_document_tree: Set Initial Uri To The Documents Folder

using the Scoped Storage model in Android 11 I want to give the user the ability to choose a folder… Read more Android 11 Action_open_document_tree: Set Initial Uri To The Documents Folder

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?

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