Introduction to Android AlarmManager. Android AlarmManager is a class that provides access to alarm services of the system . Through this, it lets us schedule the application to run at a particular time. As soon as the alarm goes off, the system broadcasts the intent registered for it.