How to open File Explorer in specific directory and avoid unrelated apps?
I’m working on an Android app using Kotlin, and I need to open the file explorer at a specific directory where a file is located. Specifically, I want to open the “Documents” directory. Additionally, I want to make sure that only file explorer apps are shown as options and not other types of apps.
Intent.createChooser doesn’t show image or file name
I’m using the code below to allow a user to share an image with another app: