How can I set the initial folder when I launch the folder picker?
I saw a post on the internet that use the following line but it does not work in B4A
putExtra("android.provider.extra.INITIAL_URI", folderUri)
B4X:
Dim i As Intent
i.Initialize("android.intent.action.OPEN_DOCUMENT_TREE", "")
i.putExtra ????????
StartActivityForResult(i)
I saw a post on the internet that use the following line but it does not work in B4A
putExtra("android.provider.extra.INITIAL_URI", folderUri)
Last edited: