How to launch Alarm application in Android devices -
As the headline: How to launch alarm application in Android device? What should be the intent?
What do you need from documentation here are examples that they use.
Create a public zero alarm (string message, int hour, int minute) {intention intended = new intent (alarmclock.action_SEEALarm). InputAxtra (alarmclock.xtra_mmsEag, message) PutExtra (AlarmClock.EXTRA_HOUR, hour). Input extras (alarm clock.xtamine, minute); If (intent.resolveActivity (getPackageManager ())! = Null {startActivity};}}
Comments
Post a Comment