I have a voice recognition application, when the user press the home button it goes to background and still listening for commands. It works fine on 2.3 and up except in Jelly Bean that kills the activity in a few seconds(on ICS can also happen, but usually keeps running). Is there any way to avoid Jelly Bean to kill my activity?
Thanks,
Carlos.