Android Question Setting an alarm and trapping the alarm when it activates and perform some actions via code

rleiman

Well-Known Member
Licensed User
Longtime User
Hi Everyone,

I would like to know how to set an alarm via code and trapping the alarm when it activates and perform some actions via code.

I hope doing this will also work with Android version 6.

Thanks.
 

walterf25

Expert
Licensed User
Longtime User
Hi Everyone,

I would like to know how to set an alarm via code and trapping the alarm when it activates and perform some actions via code.

I hope doing this will also work with Android version 6.

Thanks.
look at this thread

Hope it helps!
 
Upvote 0

rleiman

Well-Known Member
Licensed User
Longtime User
Hi Walter,

Yes, it helps a bit. I would like to create an alarm called MyAlarm and when that alarm runs, I would like to trap it so I can add code to execute. Do you know how to trap the alarm?

Truly,
Emad
 
Upvote 0
Top