機種によっては、Androidアプリで作ったファイルが、PCから見れない場合がある。
(adb接続をすると見える)
sample.java
sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://" + Environment.getExternalStorageDirectory())));
とやると見える。
が、マウントのBroadcastが走るため、ウイルススキャンアプリが入っているとスキャンが走ってしまう諸刃の剣。
参考
https://groups.google.com/forum/#!topic/android-group-japan/_cVr-BwVHPo