1.查找图库数据库是否存在该图片
2.存在则更新图片信息
3.不存在则插入图片信息到数据库
4.通知图片更新
1 | public static void savePicInfoToMediaStore(Context context,String originPath){ |
发现一个新世界
1.查找图库数据库是否存在该图片
2.存在则更新图片信息
3.不存在则插入图片信息到数据库
4.通知图片更新
1 | public static void savePicInfoToMediaStore(Context context,String originPath){ |