Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

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);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #action #media #scanner #scan #file #android #deprecated
ADD COMMENT
Topic
Name
3+4 =