从库中选择图像并将其URI存储到数据库中

时间:2018-06-04 10:22:33

标签: android android-intent android-sqlite android-permissions android-gallery

我想从图库中选择一个图像并将其URI保存到数据库中,然后在同一项目的另一个活动中检索它。

我使用了ACTION_PICK意图,在OnActivityResult中,我使用intent.getData()获取了图像的URI。我将此URI保存到SQLite数据库。(作为字符串)

稍后,当从数据库中检索它时,我收到一条错误消息:

权限拒绝:从ProcessRecord打开提供程序com.google.android.apps.photos.contentprovider.impl.MediaContentProvider

可能是什么问题?

0 个答案:

没有答案