Loading media/java/android/media/MediaScanner.java +1 −1 Original line number Diff line number Diff line Loading @@ -1359,7 +1359,7 @@ public class MediaScanner // always scan the file, so we can return the content://media Uri for existing files return mClient.doScanFile(path, mimeType, lastModifiedSeconds, file.length(), false, true, false); false, true, MediaScanner.isNoMediaPath(path)); } catch (RemoteException e) { Log.e(TAG, "RemoteException in MediaScanner.scanFile()", e); return null; Loading Loading
media/java/android/media/MediaScanner.java +1 −1 Original line number Diff line number Diff line Loading @@ -1359,7 +1359,7 @@ public class MediaScanner // always scan the file, so we can return the content://media Uri for existing files return mClient.doScanFile(path, mimeType, lastModifiedSeconds, file.length(), false, true, false); false, true, MediaScanner.isNoMediaPath(path)); } catch (RemoteException e) { Log.e(TAG, "RemoteException in MediaScanner.scanFile()", e); return null; Loading