Hi, All
I tried to use in background the speech recognition (in a service)
1) this "Another SpeechRecognizer Library" https://www.b4x.com/android/forum/threads/another-speechrecognizer-library.37584/
2) and later modified this "Android Speech Recognition API Wrapper" class, to avoid using the lib: https://www.b4x.com/android/forum/threads/android-speech-recognition-api-wrapper.62959/
Both are working OK using online and offline downloaded language (Android 4.2.2 and Android 5.0 real devices), but .... only in the debug mode.
Any Release (including non-obfuscated) compilation - stops working speech recognition :-(
Compiled with targetSdkVersion="22", all sub names are with "_", no any system error in the log .....
I can publish the debug and release app APKs to try (it's simple but they are with RU interface).
How to understand this issue?
I tried to use in background the speech recognition (in a service)
1) this "Another SpeechRecognizer Library" https://www.b4x.com/android/forum/threads/another-speechrecognizer-library.37584/
2) and later modified this "Android Speech Recognition API Wrapper" class, to avoid using the lib: https://www.b4x.com/android/forum/threads/android-speech-recognition-api-wrapper.62959/
Both are working OK using online and offline downloaded language (Android 4.2.2 and Android 5.0 real devices), but .... only in the debug mode.
Any Release (including non-obfuscated) compilation - stops working speech recognition :-(
Compiled with targetSdkVersion="22", all sub names are with "_", no any system error in the log .....
I can publish the debug and release app APKs to try (it's simple but they are with RU interface).
How to understand this issue?