Page 1 of 1
Method to detect 'Recents' or 'Back' softkey press
Posted: 24 Jun 2016 13:15
by ar234948
I tried searching the forum and scratching my brain a bit, but couldn't figure out a method to detecting a press of the Recents or Back softkey.
Is there a way to detect the press of each key?
Thank you.
Re: Method to detect 'Recents' or 'Back' softkey press
Posted: 24 Jun 2016 19:32
by Martin
Hi,
Detecting the back and recents keys directly is not possible at the moment. You could try to detect the effects of the keys. Back key will be difficult but recents key could be detected with trigger Activity Started, package:- com.android.systemui, class name: com.android.systemui.recents.RecentsActivity (on a stock Android from Google).
Regards,
Martin