找回密码
 立即注册
扫描AndroidTheMediaScannerRece | android开发 2022-10-29 37 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Android多媒体扫描进程pdf,主要是解说MediaScannerReceiver的使用方法,使用其对手机多媒体进行扫描,MediaScannerService调用一个共用类MediaScanner去管理真正的工作。MediaScannerReceiver保持两种扫描目录:一种是内部卷(internalvolume)指向$(ANDROID_ROOT)/media.另一种是外部卷(externalvolume)指向$(EXTERNAL_STORAGE).扫描和解析工作坐落JAVA层和C++层。JAVA层是启动器。MediaScanner扫描一切目录,书中将介绍代码过程。
codefans\Android_多媒体扫描进程.pdf

(The Android multimedia scanning process pdf mainly explains the use of MediaScannerReceiver to scan mobile multimedia. MediaScannerService calls a common class MediaScanner to manage real work. MediaScannerReceiver maintains two scanning directories: one is that the internal volume points to $(ANDROID_ROOT)/media. The other is that the external volume points to $(EXTERNAL_STORAGE) The scanning and parsing work is located in the Java layer and the C  layer. The JAVA layer is the initiator. MediaScanner scans all directories, and the code process will be described in the book.
codefans\Android_ Multimedia Scan Process.pdf)

[下载]14295086003.rar




上一篇:Android Launcher分析
下一篇:Android中BaseAdapter(GridView)的使用教程