2014年3月7日
摘要: 1 /** 2 * 获取某行某列信息 3 * @param info 4 * @param column 5 * @return 6 */ 7 public static int getIntValue(ItemInfo info, String column) { 8 ContentResolver cr = LauncherApplication.getApp().getContentResolver(); 9 final Cursor c = cr.query(CONTENT_URI, n... 阅读全文
posted @ 2014-03-07 15:29 littlezan 阅读(388) 评论(0) 推荐(0) 编辑