Android:来自其他应用程序的文件,通过Dropbox,照片等

时间:2017-01-23 20:39:57

标签: android file android-intent xamarin

我有一个intent过滤器,它有一个动作发送和动作视图,并且当前接受所有mime类型

[IntentFilter(new string[] { Intent.ActionSend, Intent.ActionView }, Categories = new string[] { Intent.CategoryDefault }, DataMimeType = "*/*")] 

我尝试从外接安装的Dropbox或照片应用程序中选择一个文件,而不是通过我的应用程序打开。当我在我的应用程序上调试时,我收到的意图的内容为空,例如行动,数据。

enter image description here

我从Gallery或其他应用程序(如资源管理器)接收文件时没有问题。

0 个答案:

没有答案