1、android.permission.ACCESS_CHECKIN_PROPERTIES : Allows read/write access to the “properties” table in the checkin database, to change values that get uploaded. 允许以read/write访问检入数据库(checkin database?)的"properties"表,并且可以更改、更新数据库。 没用过;不知道什么地方用。 2、andr
DownloadManager简介
DownloadManager是Android 2.3(API level 9)用系统服务(Service)的方式提供了DownloadManager来处理长时间的下载操作。它包含两个静态内部类DownloadManager.Query(用来查询下载信息)和DownloadManager.Request(用来请求一个下载)。
DownloadManager主要提供了下面几个方法:
public long enqueue(Request request)把