Samsung My Files explorer: Pick file from specified folder

前端 未结 1 1997
北恋
北恋 2021-02-06 11:25

I\'m using the following code to open Samsung\'s My Files application to pick a file...

  public void openFileBrowser( ) {
        Intent intent = new Intent(          


        
相关标签:
1条回答
  • 2021-02-06 12:23

    You can set specify the startlocation in samsung Intent by specifying the FOLDERPATH like below.

    intent.putExtra("FOLDERPATH", path);   
    
    0 讨论(0)
提交回复
热议问题