| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "SpeechRecognitionAndroid.h"#include "speech/ISpeechRecognitionListener.h"#include "speech/SpeechRecognitionErrors.h"#include "utils/log.h"#include "platform/android/activity/JNIMainActivity.h"#include "platform/android/activity/XBMCApp.h"#include "platform/android/speech/SpeechRecognitionListenerAndroid.h"#include <mutex>#include <androidjni/Context.h>#include <androidjni/Intent.h>#include <androidjni/IntentFilter.h>#include <androidjni/PackageManager.h>#include <androidjni/RecognizerIntent.h>#include <androidjni/SpeechRecognizer.h>#include <jni.h>