Android BroadcastReceiver, auto run service after reboot of device

You forgot about the permissions

<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

Leave a Comment