CreateTimerTool
Creates a countdown timer by firing an AlarmClock.ACTION_SET_TIMER intent at the system clock app (with EXTRA_SKIP_UI, so no UI is shown). Takes a positive seconds duration and an optional message label.
Requires the com.android.alarm.permission.SET_ALARM permission (declared in the manifest).
Result keys: success, seconds, message.