如何在待机状态下运行Android进程?

时间:2016-11-03 03:49:59

标签: android speech-recognition android-wake-lock recognizer-intent

当用户按下电源按钮锁定屏幕时,我想继续我的Android SpeechRecognizer意图。

public abstract class ListeningActivity {
    protected SpeechRecognizer sr;
    Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
    sr.startListening(intent);

但是目前,当锁定显示器时,过程停止。如何正确继续SpeechRecognizer?

1 个答案:

答案 0 :(得分:0)

没办法!除非你的应用程序加入Wihte-list.OR,用户允许应用程序在后台运行,否则android系统会在5分钟内全部杀死应用程序