android - Voice recognition not working as a service when Google Search version > 2.2.10.573038 -


some friends , have been working in app requires have service running listening voice commands. have implemented listener. however, after started having problems because operating system killed service after while (i suppose reclaim resources). (apparently) fixed problem making service foreground process (calling startforeground).

we have been testing app in range of devices , found out app still being killed os in devices. having close @ issue found out devices app being killed have google search version greater or equal 2.3... (for instance 2.4.10.626027) if uninstall updates , downgrade version 2.2.10.573038 works charm.

by way, have mentioned google search here because when start voice listener, package named com.google.android.googlequicksearchbox started.

does have idea of why might be? or main differences exist between versions 2.2.10.573038 (and older) , after? of course solution downgrade version compatible newer versions too...


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -