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?
|
feedback
|
|
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 . | |||
|
feedback
|