摘要: 程序执行需要读取到安全敏感项必需在androidmanifest.xml中声明相关权限请求, 完整列表如下: android.permission.ACCESS_CHECKIN_PROPERTIES 允许读写访问”properties”表在checkin数据库中,改值可以修改上传( Allows read/write access to the “properties” table in t... 阅读全文
posted @ 2011-06-10 14:16 AlexCheng 阅读(271) 评论(0) 推荐(0)
摘要: 文件下载步骤 1.创建一个HttpURLConnection对象 HttpURLConnection urlConn=(HttpURLConnection)url.openConnection(); 2.获得一个InputStream对象 urlConn.getInputStream() 3.访问网络权限 android.permission.INTERNET 访问SCARD 1.... 阅读全文
posted @ 2011-06-10 08:30 AlexCheng 阅读(226) 评论(0) 推荐(0)