摘要: 第一步:首先创建一个广播接收者,重构其抽象方法 onReceive(Context context, Intent intent),在其中启动你想要启动的Service或app。 import android.content.BroadcastReceiver; import android.con 阅读全文
posted @ 2016-05-17 13:35 牧之丨 阅读(6729) 评论(0) 推荐(0) 编辑