码迷,mamicode.com
首页 > 其他好文 > 详细

给系统库添加文件后扫描更新系统图库

时间:2016-02-17 11:04:25      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:

// Tell the media scanner about the new file so that it is
            // immediately available to the user.
            MediaScannerConnection.scanFile(this,
                    new String[] { file.toString() }, null,
                    new MediaScannerConnection.OnScanCompletedListener() {
                public void onScanCompleted(String path, Uri uri) {
                    Log.i("ExternalStorage""Scanned " + path + ":");
                    Log.i("ExternalStorage""-> uri=" + uri);
                }
            });

给系统库添加文件后扫描更新系统图库

标签:

原文地址:http://www.cnblogs.com/visuals/p/5194519.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!