next / previous foreground app?

Post your questions and help other users.

Moderator: Martin

Post Reply
avader
Posts: 1
Joined: 14 Aug 2014 08:23

next / previous foreground app?

Post by avader » 14 Aug 2014 08:28

Is it possible to select / activate the "next" background app and make it foreground?
for example
trigger = (something)
action = whatever app is in the background now come to the foreground.
if you did this again.
it would then take the next app in line and move it to the foreground.. etc etc.
is this possible?

BTW - this is a great app.

Thanks!

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: next / previous foreground app?

Post by Martin » 14 Aug 2014 16:34

Hi,

Thanks :-)

I think this is currently not possible with the built-in actions and Google seems to remove the API in the next version of Android that would have allowed to provide such an action in Automagic.
Maybe you could use action Control UI to show the recent apps and then click the rectangle with the most recent app (a script like: recents(); sleep(1000); click(700, 1100);).

Regards,
Martin

Post Reply