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.
Method to detect 'Recents' or 'Back' softkey press
Moderator: Martin
Re: Method to detect 'Recents' or 'Back' softkey press
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
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