In some android versions HOME key long press results in showing up recent app list. but in some, its assigned for "Google now" search. So from my application programmatically, how can I get the activity name that's being mapped/assigned to HOME key long press? Is it possible?
Asked
Active
Viewed 730 times
0
-
i bet you should play with intent-filters related to the HOME category ... take a look at the answers in http://stackoverflow.com/questions/6836869/android-how-to-control-the-home-button?rq=1 and int http://stackoverflow.com/questions/2862629/overriding-home-button-for-a-car-home-replacement-app?lq=1 for inspiration! – rupps May 08 '14 at 17:54
-
I guess you can not get that for sure, since manufacturers change the home long press in different ways. – Plinio.Santos May 08 '14 at 20:58