Broadcast Receiver not displaying Toast via OnReceive method in Xamarin Android
问题 Am trying to implement a Broadcast receiver class in my project, I have a receiver that extends class BroadcastReceiver and I intend to check if the Broadcast was received via a button click, The OnReceive method has a Toast code inside that should display the nessage Intent Detected if the broadcast was succesfully sent. My code looks like this... class FlashActivity : AppCompatActivity { protected override void OnCreate(Bundle savedInstanceState) { //Button definition Button button1 = this