PendingIntent Bundle null解决方案
Intent intent;PendingIntent sender=PendingIntent.getService(this,0,intent=new Intent(this,PlacesProximityHandlerService.class),0);intent.setAction("PlacesProximityHandlerService");intent.putExtra("lat",objPlace.getLat());...