Samsung My Files explorer: Pick file from specified folder
问题 I'm using the following code to open Samsung's My Files application to pick a file... public void openFileBrowser( ) { Intent intent = new Intent( "com.sec.android.app.myfiles.PICK_DATA" ); try { startActivityForResult( intent, PICKFILE_RESULT_CODE ); } catch ( ActivityNotFoundException e ) { e.printStackTrace( ); Log.log( Log.ERROR, TAG + "MyFiles is not installed !!" ); } } this opens My Files application and lets user choose a file through it. However, I wish to open a particular folder on