I\'m using the following code to open Samsung\'s My Files application to pick a file...
public void openFileBrowser( ) { Intent intent = new Intent(
You can set specify the startlocation in samsung Intent by specifying the FOLDERPATH like below.
intent.putExtra("FOLDERPATH", path);