it is not allowed to bind a Service from within a BroadcastReceiver.

So, You have to use startService()! not bindService()


* http://stackoverflow.com/questions/18931670/binding-service-by-broadcastreceiver

Posted by 빈솔B
,