You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate for Android
Hi,
I am completely new user of Automate and just started to use app or better - trying to figure it out how it works
I don't know how to start up an app at desired time (user has to pick a time). Problem is that phone is locked and app doesn't start until phone is manualy unlocked. I can't find how to solve this. Third party app only turns on Hi-Fi at start so there is no other action - only start app.
Can someone help me?
thnx
Henrik "The Developer" Lindqvist
unread,
Feb 15, 2024, 6:12:19 AM2/15/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate for Android
To start an app at a specific time is as simple as:
Flow beginning
Time await
App start
(loop back to #2)
Indeed, app Activities, as started by the App start block, can't be launched while the device is locked, they will be delayed until its unlocked, that's just how Android works.
If an app supporting starting and running in the background it usually use service and broadcast receives, i.e. started using the Service start or Broadcast send blocks.