如何在另一个应用程序中打开一个应用程序并将数据从第一个应用程序发送到第二个?

时间:2019-05-05 13:34:10

标签: android-studio-3.0

我可以毫无困难地在android版本#4#5#6中成功运行这些代码。

但是现在在#7#8和#9版本上运行时存在问题。

请帮助!!!

该行中的错误:startActivity(intent); // error

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(new File(Environment.getExternalStorageDirectory() + "/sega" +"pac01")), "package:application/com.explusalpha.MdEmu");
startActivity(intent); // the Error is displayed here in version 7 and above`

0 个答案:

没有答案