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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -