When the alarm goes off, we show a Toast, a quick message.
Toast.makeText(context, R.string.one_shot_received, Toast.LENGTH_SHORT).show();