diff options
author | Wonnam Jang <wn.jang@samsung.com> | 2016-05-25 15:45:40 +0900 |
---|---|---|
committer | Wonnam Jang <wn.jang@samsung.com> | 2016-05-25 15:45:40 +0900 |
commit | eab8ca52dae38881ab9f4bb3e539e44125865385 (patch) | |
tree | d1a573ca3d626d9cf530b118e610997ad6985d36 | |
parent | 1de3db4315ee6978b3bbedda0abe0747216dfb6c (diff) | |
download | model-config-n4-eab8ca52dae38881ab9f4bb3e539e44125865385.tar.gz model-config-n4-eab8ca52dae38881ab9f4bb3e539e44125865385.tar.bz2 model-config-n4-eab8ca52dae38881ab9f4bb3e539e44125865385.zip |
enable stt feature for n4submit/tizen/20160525.065918accepted/tizen/mobile/20160525.235415
Change-Id: I408fa0be52fec37ac3f21f6f834dedaf024e2063
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
-rw-r--r-- | model-config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model-config.xml b/model-config.xml index 9f18834..c61440e 100644 --- a/model-config.xml +++ b/model-config.xml @@ -166,7 +166,7 @@ <key name="tizen.org/feature/shell.appwidget" type="bool">true</key> <key name="tizen.org/feature/sip.voip" type="bool">false</key> <key name="tizen.org/feature/sound" type="bool">true</key> - <key name="tizen.org/feature/speech.recognition" type="bool">false</key> + <key name="tizen.org/feature/speech.recognition" type="bool">true</key> <key name="tizen.org/feature/speech.synthesis" type="bool">true</key> <key name="tizen.org/feature/speech.control" type="bool">true</key> <key name="tizen.org/feature/systemsetting" type="bool">true</key> |