从存储中选择pdf文件

时间:2018-05-17 18:09:23

标签: android android-intent

我想打开手机存储pd.to_datetime(wind.Date, format="%d/%m/%Y") 并仅过滤 pdf 文件,以便用户可以选择。
我尝试了这段代码,但在 fileChoser 中,我只能使用像emulated/storage/0/DropBox这样的tierce应用程序打开它。如何使用 android Explorer 打开它?

GoogleDrive

编辑:我在4.2和6.0上都尝试过,我在 filechooser 中的唯一选择仍然是addPDF.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("application/pdf"); startActivityForResult(intent,PICK_PDF_REQUEST); } }); Drive

1 个答案:

答案 0 :(得分:0)

Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
intent.setType("application/pdf");
startActivityForResult(intent, SAVE_REQUEST_CODE);