使用 fileprovider 共享资产

use*_*064 6 android android-contentprovider android-fileprovider

遵循https://developer.android.com/training/secure-file-sharing/index.html并能够使用应用程序的内部目录(/data/data/package/files/xxx/)将文件共享到客户端应用程序文件提供者。

如何将资产文件夹(而不是内部目录)中的文件共享到客户端应用程序。

谢谢