I was wondering how can I check the last application executed by the user in Android Phone (in terminal). I was checking with ps command but no timestamp is shown. What I want to get is the PID of the last application executed by the user.
Any suggestion?
Best regards