android打开文件及打开方式(打开程序列表)

//打开文件时调用 public void openFiles(String filesPath) { Uri uri = Uri.parse("file://" + filesPath); Intent intent = new Intent(); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
相关文章
相关标签/搜索