Removing App from Recent Apps in android using adb shell command
881 views
Skip to first unread message
Bala Krish
unread,
Mar 15, 2016, 3:32:14 AM3/15/16
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 Tasker
Hi,
I'm trying to remove an application from Recent Apps in android using adb shell. I'm able to access recent apps by using keyevent 187, but not able to remove the app using KEYCODE_DEL or KEYCODE_CLEAR. Also, I would like to know if we can search for a particular application in recent apps and remove that application only. Looking forward for a solution.