AlarmManager doesn’t work on MIUI (and who knows where else)
My application gives user an option to schedule daily notifications on a specific time. I use AlarmManager to achieve this behavior. On a click of a button I execute the following code: val …