YancyYe / GalleryPick

Android 图片选择器。
454 stars 87 forks source link

getSupportLoaderManager().restartLoader(LOADER_ALL, null, mLoaderCallback); // 扫描手机中的图片 #48

Open SpencerLaw opened 2 years ago

SpencerLaw commented 2 years ago
getSupportLoaderManager().restartLoader(LOADER_ALL, null, mLoaderCallback);   // 扫描手机中的图片

这个在 androidx API30里面怎么处理

YancyYe commented 2 years ago

这个项目已经停止维护了 项目的背景是几年前网上没有成熟的轮子,然后造起来自己用的,顺便共享出来。 但是现在有更成熟的轮子了, 建议使用 pictureselector,https://github.com/LuckSiege/PictureSelector