I want the system filepicker to start in a previously saved folder. Upon searching the web I found this, which requires api26+
intent.putExtra(DocumentsContract.EXTRA_INITIAL_URI, your_initial_uri);
I've already tried a lot of variations for the first parameter bu still no luck. Help please.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.