📜  动作媒体扫描仪扫描文件 android 30 已弃用 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:11.546000             🧑  作者: Mango

代码示例1
File file = new File(filePath);
MediaScannerConnection.scanFile(context,
                    new String[]{file.toString()},
                    new String[]{file.getName()},null);