In my application, i want to add alarm using my App. So i want to launch the add alarm screen of the phone directly from my App. So how to launch it using Intent?

link|improve this question

47% accept rate
feedback

1 Answer

Alarm does not have not any standard android Intent . so you have to add switch case for the devices you want to include with their alarm app package names ( if exist ) . for more reference see this question .

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.