• 当需要在服务中,对intent做什么事情的时候,先加入这个判断,特别是那个getAction不能忘了
    1
    2
    3
    if (intent!=null && intent.getAction()!=null) { 
    //do something
    }