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

//打開文件時調用 public void openFiles(String filesPath) { Uri uri = Uri.parse("file://" + filesPath); Intent intent = new Intent(); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
相關文章
相關標籤/搜索