AlarmClock icon indicating copy to clipboard operation
AlarmClock copied to clipboard

How to set soft pre-alarm option enabled in this app using activity manager

Open HusniMuhammad opened this issue 5 months ago • 0 comments

Sample code activity manager to create new alarm using termux

am start -a android.intent.action.SET_ALARM --ei android.intent.extra.alarm.HOUR 0 --ei android.intent.extra.alarm.MINUTES 31 --es android.intent.extra.alarm.MESSAGE "Wake up!" --ez android.intent.extra.alarm.SKIP_UI true

HusniMuhammad avatar Aug 27 '24 19:08 HusniMuhammad