01 2017 档案

摘要:打开某应用: am start -n 包名/.主Activity 查看dpi等: getprop | grep ro 列出安装在这台机器上的应用包名 adb shell pm list packages 删除指定应用 adb uninstall 包名 查看activity信息 (shell下)dum 阅读全文
posted @ 2017-01-11 10:41 BlogCommunicator 阅读(124) 评论(0) 推荐(0)
摘要:判断网络情况: 判断手机是否安装了某个应用: 判断文字相似度: 判断外存是否可用: 得到屏幕长宽(单位pix): 得到外存或者sd存储的路径: 得到当前api的level: 阅读全文
posted @ 2017-01-06 11:41 BlogCommunicator 阅读(227) 评论(0) 推荐(0)
摘要:写字节到文件: 随机读取文件的字节: 读取文件的全部字节: 从文件中读取出字符串: 释放closable资源: 写字符串到文件: 有BOM的utf-8文件头: 释放closable资源的方法: 阅读全文
posted @ 2017-01-06 11:22 BlogCommunicator 阅读(253) 评论(0) 推荐(0)