Running an android Worker when phone boots doesn't work
问题 I have a worker which functions perfectly. I want to launch it when the phone is booted. I use a broadcast receiver which is supposed to listen to the system booted_completed event, but this broadcast receiver is never called. In my manifest, I added this permission: <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> Here is my broadcast receiver: [BroadcastReceiver(Enabled = true)] [IntentFilter(new[] { Android.Content.Intent.ActionBootCompleted })] public class