Relative Content

Tag Archive for androidbroadcastreceiverandroid-broadcast

Why does my BroadcastReceiver stop working?

I use BroadcastReceiver to receive system notifications. When receiving a notification, I need to send some data to the server.
It’s important for me that receiving broadcasts and sending data works when the application is in background (this is its main task).