Intent intent = new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE);
Uri uri = Uri.parse("file:/mnt/sdcard/CameraTest/test.jpg");
intent.setData(uri);
sendBroadcast(intent);
'안드로이드' 카테고리의 다른 글
[android] 힙 메모리 늘리기 (3.0)이하 사용 가능 (0) | 2013.03.20 |
---|---|
[android] email 보내기 (파일첨부 포함) (0) | 2013.02.28 |
[android] webView 띄우기 (0) | 2013.02.28 |
[android] view,button등 동적 생성 (0) | 2013.02.28 |
[android]간단한 쓰레드 사용법 (0) | 2013.02.28 |