Relative Content

Tag Archive for androidkotlinandroid-intent

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.