坚持、努力、奋斗! 1 / 21 权限说明 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"表,并且可以更改、更新数据库。 android.permission.ACCESS_COARSE_LOCATION : Allows an application to access coarse(e.g, Cell-ID, WiFi) location. 允许一个应用程序通过访问CellID 和 WiFi 热点等方式获取粗略的本地位置。 android.permission.ACCESS_FINE_LOCATION : Allows an application to access fine(e.g, GPS) location. 允许一个应用程序通过访问GPS 等方式获取较精确的本地位置。 android.permission.ACCESS_LOCATION_EXTRA_COMMANDS : Allows an application to access extra location provider commands. 允许一个应用程序访问(使用)额外的本地位置服务提供者。 android.permission.ACCESS_MOCK_LOCATION : Allows an application to access mock location providers for testing. 允许一个应用程序访问(创建)模拟的位置服务提供者用于测试。 android.permission.ACCESS_NETWORK_STATE : Allows applications to access information about networks. 允许应用程序访问(获取)网络信息。 坚持、努力、奋斗! 2 / 21 android.permission.ACCESS_SURFACE_FLINGER : Allows an application to use SurfaceFlinger’s low level features. 允许一个应用程序使用SurfaceFlinger 的底层属性。(什么是SurfaceFlinger?) android.permission.ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks. 允许应用程序获取Wi-Fi 网络的信息)。 android.permission.ACCOUNT_MANAGER : Allows an applications to call into AccountAuthenticators. 允许一个应用程序启动账户认证。 android.permission.AUTHERTICATE_ACCOUTS : Allows an applicatons to act as an AccoutAuterticator for the AccoutManger. 允许一个应用程序充当账户认证管理者。 android.permission.BATTERY_STATS : Allows an application to collect battery statistics. 允许一个应用程序获...