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
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