程序执行需要读取到安全敏感项必需在androidmanifest.xml中声明相关权限请求, 完整列表如下:
- android.permission.ACCESS_CHECKIN_PROPERTIES
允许读写访问”properties”表在 checkin数据库中,改值可以修改上传。
- android.permission.ACCESS_COARSE_LOCATION
允许一个程序访问CellID或WiFi热点来获取粗略的位置。
- android.permission.ACCESS_FINE_LOCATION
允许一个程序访问精良位置(如GPS)。
- android.permission.ACCESS_LOCATION_EXTRA_COMMANDS
允许应用程序访问额外的位置提供命令。
- android.permission.ACCESS_MOCK_LOCATION
允许程序创建模拟位置提供用于测试
- android.permission.ACCESS_NETWORK_STATE
允许程序访问有关GSM网络信息
时间: 2024-10-06 02:09:07