摘要: rivate String strAction="android.intent.action.NEW_OUTGOING_CALL"; @Override public void onReceive(Context context, Intent intent) { System.out.println("===PhoneInterceptorReceiver.on... 阅读全文
posted @ 2016-01-14 16:39 呼啦啦,,啦啦呼呼 阅读(234) 评论(0) 推荐(0) 编辑
摘要: public void onReceive(Context context, Intent intent) { //得到发送广播的意图中的动作 String action=intent.getAction(); //手机收到短信后发送的广播 if(strAction.equals(action)){ //得... 阅读全文
posted @ 2016-01-14 16:05 呼啦啦,,啦啦呼呼 阅读(192) 评论(0) 推荐(0) 编辑
摘要: String ADD_SHORTCUT_ACTION 动作:在系统中添加一个快捷方式。 String ALL_APPS_ACTION 动作:列举所有可用的应用。输入:无。 String ALTERNATIVE_CATEGORY 类别:说明 activity 是用户正在浏览的数据的一个可选操作。 String ANSWER_ACTION 动作:处理拨入的电话。 String BATTERY... 阅读全文
posted @ 2016-01-14 14:54 呼啦啦,,啦啦呼呼 阅读(174) 评论(0) 推荐(0) 编辑