Full Intent Documentation for Sleep as Android

I would like to be able to directly activate an alarm using the com.urbandroid.sleep.alarmclock.AlarmAlertFullScreen activity, and I suspect I can include extras as parameters, but other than one for captchas, I can’t find any documentation.

@Jacob_Walker AlarmAlertFullScreen is just the alarem screen, but the alarm is managed by a ForegroundService so activating this way would not be easy, but you can for instance schedule and alarm in one minute using the standard system SET_ALARM indetnt… did that help?

That makes sense… I think to do what I ultimately want, I will need to make my own alarm type of app in Tasker, but I really appreciate your response.