摘要:
/** * 开启应用 */ private void startApp(String packageName) { PackageManager pm = getPackageManager(); Intent intent ... 阅读全文
posted @ 2015-08-18 17:21
cbooy
阅读(251)
评论(0)
推荐(0)
摘要:
private class MyAppInfoItemClickListener implements OnItemClickListener{ @Override public void onItemClick(AdapterView parent, View ... 阅读全文
posted @ 2015-08-18 16:59
cbooy
阅读(763)
评论(0)
推荐(0)
摘要:
/** * 创建桌面快捷图标,LAUNCHER 是接收一个广播然后在桌面上创建图标 * 添加权限: */ private void createShutcut() { // 防止多次添加,将添加信息保存在本地 boolean isCr... 阅读全文
posted @ 2015-08-18 16:31
cbooy
阅读(295)
评论(0)
推荐(0)
摘要:
private Context context; public void addSms(){ // 封装短信体 ContentValues values = new ContentValues(); //地址 values... 阅读全文
posted @ 2015-08-18 15:49
cbooy
阅读(216)
评论(0)
推荐(0)
摘要:
1 public final class DensityComputeTool { 2 3 private Context context; 4 5 private DensityComputeTool(Context context) { 6 this.con... 阅读全文
posted @ 2015-08-18 14:28
cbooy
阅读(825)
评论(0)
推荐(0)
浙公网安备 33010602011771号