摘要: TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE); /** * 返回电话状态 * * CALL_STATE_IDLE 无任何状态时 * CALL_STATE_OFFHOOK 接起电话时 * CALL_STAT... 阅读全文
posted @ 2012-06-20 16:57 健康小树 阅读(1057) 评论(0) 推荐(0)