I am trying to develop an application with some commands & user inputs. Now Google
provided extra parameter EXTRA_PREFER_OFFLINE
for API 23+
to use speech recognition always in offline mode.
I have check several answers and there is no specification how to use EXTRA_PREFER_OFFLINE
constant below API 23
.