将* .ex1 Dropbox文件与我的应用相关联

时间:2017-03-07 21:15:26

标签: java android dropbox dropbox-api intentfilter

I have a Dropbox dir with many file types, 

其中有一些文件名为myfile.ex1

我想编写一个Android应用程序来编辑myfile.ex1 但我找不到将* .ex1 Dropbox文件与我的应用相关联的方法。

我的应用程序过去常常使用intent-filter 方案="文件"和pathPattern ="。* \。ex1" 但它不再起作用了。

我猜测它是因为Dropbox移动到了24 所以现在每个程序都有scheme =" file" 导致Dropbox通过FileUriExposedException

我再次推测 - 我的应用需要使用Dropbox API。

请注意,我不想使用文件选择器来选择文件, 我想双击打开myfile.ex1。

有办法吗?

由于 ORI

0 个答案:

没有答案