GalleryPick
GalleryPick copied to clipboard
getSupportLoaderManager().restartLoader(LOADER_ALL, null, mLoaderCallback); // 扫描手机中的图片
getSupportLoaderManager().restartLoader(LOADER_ALL, null, mLoaderCallback); // 扫描手机中的图片
这个在 androidx API30里面怎么处理
这个项目已经停止维护了 项目的背景是几年前网上没有成熟的轮子,然后造起来自己用的,顺便共享出来。 但是现在有更成熟的轮子了, 建议使用 pictureselector,https://github.com/LuckSiege/PictureSelector