Android Mediastore aktualisieren Cache vor der Abfrage
getContentResolver().delete(uri, null, null) // (Credit goes to [DDSports][1])
Real Rat
getContentResolver().delete(uri, null, null) // (Credit goes to [DDSports][1])
sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.fromFile(newMediaFile)));