If you look at the value for AlarmManager.INTERVAL_DAY (or any of the other constants) you will notice that they are millisecond values. So just determine the number of milliseconds between now and the desired wakeup time and pass that value to AlarmManager.set().