Commit 73569019 by Yu_Tung

version 1.0.9 20200917

修改MediaSore出現rename前的video
parent 42151151
...@@ -407,10 +407,11 @@ public class MainActivity extends BaseActivity implements MainContract.View, Vie ...@@ -407,10 +407,11 @@ public class MainActivity extends BaseActivity implements MainContract.View, Vie
} }
} }
if (requestCode == PICK_FILE_REQUEST_CODE && resultCode == RESULT_OK) { if (requestCode == PICK_FILE_REQUEST_CODE && resultCode == RESULT_OK) {
Uri selectedFile = data.getData(); Uri selectedFile = data.getData();
String filePath = MagicFileChooser.getAbsolutePathFromUri(this, selectedFile); String filePath = MagicFileChooser.getAbsolutePathFromUri(this, selectedFile);
// Log.e("filePath", filePath + ""); // Log.e("filePath", filePath + "1");
// Log.e("ggggg", "" + selectedFile); // Log.e("ggggg", "" + selectedFile);
checkFileTypeAndOpen(filePath, selectedFile); checkFileTypeAndOpen(filePath, selectedFile);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment