Page 1 of 1
clear from recent list
Posted: 08 Aug 2014 15:58
by mjnz3
I would like an action to remove (same as swipe away) an app from the recent apps list. So I can have an app removed from list as soon as I exit, thereby showing no trace it was opened recently.
Re: clear from recent list
Posted: 16 Aug 2014 13:00
by mjnz3
Anything for or against?
Re: clear from recent list
Posted: 17 Aug 2014 15:35
by Martin
I'm not sure if it's even possible for a third party app to clear an app from the recent apps list, I assume that such an action would require root.
If you know that you don't want to show the app on the recent app list before you start the app then you could use action Start Activity to start the main activity of the app and check FLAG_ACTIVTY_EXCLUDE_FROM_RECENTS (depends on app if this really works).
Re: clear from recent list
Posted: 24 Aug 2014 02:35
by mjnz3
Good info, thanks for reply
Re: clear from recent list
Posted: 29 Aug 2014 18:24
by Pendrokar
From what I have heard, swiping an app from an app list not only removes it from history, it might also close/end it if it is active.
Re: clear from recent list
Posted: 08 Sep 2014 15:54
by mjnz3
Just found an app in play store that does exactly what I want, oddly enough called Recent App Cleaner. Of course must be rooted. Clears all (or selected) recent apps when screen goes off.