通过whatsapp(Android工作室)发送已保存音频时出错

时间:2017-09-14 20:28:05

标签: android audio whatsapp

我使用的代码是:

String path= "android.resource://"+this.getPackageName()+R.raw.a1;
Uri uri = Uri.parse(path);
Intent compartiraudio = new Intent(Intent.ACTION_SEND);
compartiraudio.setType("audio/*");
compartiraudio.putExtra(Intent.EXTRA_STREAM, uri);
startActivity(Intent.createChooser(compartiraudio, "Comparte un archivo de audio"));

我不知道我做错了什么但是在打开共享菜单并接受之后,它给了我一个错误。

0 个答案:

没有答案