robert_hly

踩坑填坑记录...

导航

2017年3月2日 #

android 广播 接收短信

摘要: public class MyBroad extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { private String actions = intent.get 阅读全文

posted @ 2017-03-02 16:37 robert_hly 阅读(331) 评论(0) 推荐(0)