-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Summary:
The app crashes when a user adds a reminder to a note through the search result interface. T
Steps to Reproduce:
- Create a new note in the app.
- Use the search bar to find the note.
- In the search results, long-press the note.
- Tap the three-dot menu in the top right corner.
- Select "Add reminder".
- Choose a time and tap "OK".
- The app crashes.
Expected Behavior:
The reminder should be set successfully or the app should prompt the user to grant required permissions gracefully.
Actual Behavior:
The app crashes with a SecurityException due to missing alarm permissions.
Crash Log (Logcat):
FATAL EXCEPTION: AsyncTask #2
Process: it.feio.android.omninotes.foss, PID: 31221
java.lang.RuntimeException: An error occurred while executing doInBackground()
Caused by: java.lang.SecurityException: Caller it.feio.android.omninotes.foss needs to hold android.permission.SCHEDULE_EXACT_ALARM or android.permission.USE_EXACT_ALARM to set exact alarms.
at it.feio.android.omninotes.utils.ReminderHelper.addReminder(ReminderHelper.java:62)
at it.feio.android.omninotes.async.notes.SaveNoteTask.doInBackground(SaveNoteTask.java:56)
Version: 6.3.1
OS: Android 11
Video:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
