action media scanner scan file android 30 deprecated

Solutions on MaxInterview for action media scanner scan file android 30 deprecated by the best coders in the world

showing results for - "action media scanner scan file android 30 deprecated"
Sam
15 Jan 2019
1File file = new File(filePath);
2MediaScannerConnection.scanFile(context,
3                    new String[]{file.toString()},
4                    new String[]{file.getName()},null);
5
similar questions