摘要: public class PushReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { if(Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())){ System.out.println("手机开机了...bootComplete!"); }else if(Intent.ACTION_PACKAGE_ADDED... 阅读全文
posted @ 2013-06-21 17:12 有情怀的人 阅读(475) 评论(0) 推荐(0)