action media scanner scan file android 30 deprecated code example
Example: action media scanner scan file android 30 deprecated
File file = new File(filePath);
MediaScannerConnection.scanFile(context,
new String[]{file.toString()},
new String[]{file.getName()},null);