无法在Messenger上共享音频文件

时间:2019-02-15 22:02:32

标签: android android-intent share

我想共享Facebook Messenger上Assets文件夹中的音频文件,但是当我尝试共享音频文件时,应用失败,并显示以下错误消息:

  

出问题了!请稍后再试。

我已经尝试过其他应用程序(什么是应用程序),并且没有问题。

这是我的代码:

            Uri theUri = Uri.parse("content://com.android.example/koritsia_irtha.mp3");
            Intent theIntent = new Intent(Intent.ACTION_SEND);
            theIntent.putExtra(Intent.EXTRA_STREAM,theUri);
            theIntent.setType("audio/*");
            startActivity(Intent.createChooser(theIntent, "Πάρτε πουτάνες...."));

0 个答案:

没有答案