Page 1 of 1

next / previous foreground app?

Posted: 14 Aug 2014 08:28
by avader
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!

Re: next / previous foreground app?

Posted: 14 Aug 2014 16:34
by Martin
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