不知道为什么每当我通过意图调用默认文件管理器时,列表中有一个“包安装程序”,选择它会弹出并错误“解析包有问题”。
截屏:
顺便说一句,我正在使用此代码
intent = new Intent();
intent.addCategory(Intent.CATEGORY_DEFAULT);
intent.setData(Uri.parse("file://" + mRecorder.getRecordDir()));
startActivity(intent);
不知道为什么每当我通过意图调用默认文件管理器时,列表中有一个“包安装程序”,选择它会弹出并错误“解析包有问题”。
截屏:
顺便说一句,我正在使用此代码
intent = new Intent();
intent.addCategory(Intent.CATEGORY_DEFAULT);
intent.setData(Uri.parse("file://" + mRecorder.getRecordDir()));
startActivity(intent);