1 public void systemScan(){ 2 sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse( "file://" 3 + Environment.getExternalStorageDirectory()))); 4 }