Search code examples
androidalarmmanageralarmandroid-alarmsalarms

Setting alarm clock to be shown in Clock application


Is there way to set up alarm clock in my application - this means that when I use something like AlarmManager or else, my new alarm would be visible on my alarm list in stock Clock application. I read some tutorials and did some but none has managed to do what I've wanted.

I need this for API 8+


Solution

  • Is there a way to get your alarms to show up in the default Alarms overview? Short answer - no. The default Alarms / Clock application has its own private database and you can't access that.