Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将专辑封面显示到 ImageView 中,它工作正常。如果我从data/com.android.providers.media/albumthumbs中删除专辑封面文件。如何通过代码刷新此文件夹。任何人请让我知道该怎么做。
尝试这个
sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"+ Environment.getExternalStorageDirectory())));