Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个智能助手,其中一个独有的功能是它一直在听你说话。有没有办法让语音转文本始终处于活动状态?
谢谢你。
你的问题+回答似乎有点困惑......
“前台服务是一种被认为是用户主动意识到的服务,因此不会在内存不足时被系统杀死。”
http://developer.android.com/guide/components/services.html
否则,答案是否定的。Android 可以在需要资源的任何时候停止执行另一个进程的代码。有关进一步说明,请参见上面的链接。