android mediastore update cache before query

Solutions on MaxInterview for android mediastore update cache before query by the best coders in the world

showing results for - "android mediastore update cache before query"
Dario
06 Oct 2019
1getContentResolver().delete(uri, null, null)  // (Credit goes to [DDSports][1])
Victoria
26 Jun 2017
1sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.fromFile(newMediaFile)));