alarm and notification not triggered at specified time
问题 I am trying to trigger a notification and an alarm at a specified time. I have put log information to console to see if the correct time is being set and it is fine. However, still the alarm is not being triggered. Please help. / Code for Creating Notification and Alarm / btn_add_task.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { db.addTask(new DataModel(input_task_title.getText().toString(),input_task_desc.getText().toString(), checkBox.isChecked(