|
@@ -1627,7 +1627,6 @@ public class FileDataStorageManager {
|
|
if (path != null) {
|
|
if (path != null) {
|
|
Intent intent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE);
|
|
Intent intent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE);
|
|
intent.setData(Uri.fromFile(new File(path)));
|
|
intent.setData(Uri.fromFile(new File(path)));
|
|
- intent.setPackage(MainApp.getAppContext().getPackageName());
|
|
|
|
MainApp.getAppContext().sendBroadcast(intent);
|
|
MainApp.getAppContext().sendBroadcast(intent);
|
|
}
|
|
}
|
|
}
|
|
}
|