Added SCHEDULE_EXACT_ALARM permission to fix exception when trying to call alarmManager.setExactAndAllowWhileIdle.
The SCHEDULE_EXACT_ALARM permission is required starting from Android 12 to initiate exact alarms via the following APIs or a SecurityException will be thrown:
Added SCHEDULE_EXACT_ALARM permission to fix exception when trying to call alarmManager.setExactAndAllowWhileIdle.
The SCHEDULE_EXACT_ALARM permission is required starting from Android 12 to initiate exact alarms via the following APIs or a SecurityException will be thrown:
setExact() setExactAndAllowWhileIdle() setAlarmClock()